Skip to content

fix(home): retitle TCP Service card to Internal TCP Service#22

Merged
acoshift merged 1 commit into
mainfrom
website-tcp-card
Jun 29, 2026
Merged

fix(home): retitle TCP Service card to Internal TCP Service#22
acoshift merged 1 commit into
mainfrom
website-tcp-card

Conversation

@acoshift

@acoshift acoshift commented Jun 29, 2026

Copy link
Copy Markdown
Member

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:

Run databases, caches, and other TCP services reachable only inside your project's cluster.

This is the InternalTCPService type — 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

  • Text-only change to the existing card — no Hugo partial/template, layout, or SCSS change.
  • hugo extended build clean (5 pages); rendered public/index.html shows the new title + description, and no longer mentions external TCP Service.
  • Docs (content/deployments/types.md etc.) 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.

@deploys-app
deploys-app Bot temporarily deployed to pr-22 June 29, 2026 03:39 Destroyed
@deploys-app

deploys-app Bot commented Jun 29, 2026

Copy link
Copy Markdown

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 acoshift changed the title fix(home): TCP Service card described the internal variant fix(home): retitle TCP Service card to Internal TCP Service Jun 29, 2026
@acoshift
acoshift merged commit d1d4e49 into main Jun 29, 2026
1 check passed
@acoshift
acoshift deleted the website-tcp-card branch June 29, 2026 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant