fix(home): retitle TCP Service card to Internal TCP Service#22
Merged
Conversation
|
Preview deleted (PR closed). |
External TCP Service (TCPService) is no longer offered — the platform can't give users a dedicated external IP + port. The homepage 'TCP Service' card therefore advertised an unsupported feature (and, before this, even described the internal variant under that title). Retitle the card to 'Internal TCP Service' and describe what actually ships: in-cluster TCP for databases/caches reachable only inside the project's cluster (InternalTCPService — a ClusterIP, no dedicated external IP/port needed, so it's unaffected). This keeps the card grid intact while advertising only a supported capability. Text-only change to the existing card. hugo extended build clean (5 pages); rendered homepage shows the new title + description. Docs (types.md etc.) are updated to drop external TCP Service in a separate docs PR.
acoshift
force-pushed
the
website-tcp-card
branch
from
June 29, 2026 04:58
d88ff84 to
51beec7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
External TCP Service (
TCPService) is no longer offered — the platform can't give users a dedicated external IP + port. The homepage "TCP Service" feature card therefore advertised an unsupported feature. (Its original copy even described the internal variant under that title.)Retitle the card to Internal TCP Service and describe what actually ships:
This is the
InternalTCPServicetype — a ClusterIP with no dedicated external IP/port, so it's unaffected by the external-TCP removal. Keeping the card (retitled) preserves the 6-card grid while advertising only a supported capability.Scope
hugoextended build clean (5 pages); renderedpublic/index.htmlshows the new title + description, and no longer mentions external TCP Service.content/deployments/types.mdetc.) still describe external TCP Service as supported — those are updated in a separate docs PR (this repo is website-only).Why this replaces the earlier reword
An earlier version of this PR reworded the card to accurately describe external TCP Service. That's wrong now that the feature is gone — the card is retitled to the still-supported internal type instead.