fix: Align Rancher tailnet hostname with live proxy
This commit is contained in:
@@ -241,7 +241,7 @@ Terraform/bootstrap secrets remain in Gitea Actions secrets and are not managed
|
|||||||
|
|
||||||
### Rancher access
|
### Rancher access
|
||||||
|
|
||||||
- Rancher is private-only and exposed through Tailscale at `https://rancher.silverside-gopher.ts.net/dashboard/`.
|
- Rancher is private-only and exposed through Tailscale at `https://rancher-1.silverside-gopher.ts.net/dashboard/`.
|
||||||
- The public Hetzner load balancer path is not used for Rancher.
|
- The public Hetzner load balancer path is not used for Rancher.
|
||||||
- Rancher uses the CNPG-backed PostgreSQL cluster in `cnpg-cluster`.
|
- Rancher uses the CNPG-backed PostgreSQL cluster in `cnpg-cluster`.
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ This document defines the current engineering target for this repository.
|
|||||||
- Hetzner Load Balancer for Kubernetes API
|
- Hetzner Load Balancer for Kubernetes API
|
||||||
- private Hetzner network
|
- private Hetzner network
|
||||||
- Tailscale operator access
|
- Tailscale operator access
|
||||||
- Rancher UI exposed only through Tailscale
|
- Rancher UI exposed only through Tailscale (`rancher-1.silverside-gopher.ts.net`)
|
||||||
|
|
||||||
## In Scope
|
## In Scope
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ apiVersion: management.cattle.io/v3
|
|||||||
kind: Setting
|
kind: Setting
|
||||||
metadata:
|
metadata:
|
||||||
name: server-url
|
name: server-url
|
||||||
value: https://rancher.silverside-gopher.ts.net
|
value: https://rancher-1.silverside-gopher.ts.net
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: rancher-tailscale
|
name: rancher-tailscale
|
||||||
namespace: cattle-system
|
namespace: cattle-system
|
||||||
annotations:
|
annotations:
|
||||||
tailscale.com/hostname: rancher
|
tailscale.com/hostname: rancher-1
|
||||||
tailscale.com/proxy-class: infra-stable
|
tailscale.com/proxy-class: infra-stable
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: https
|
- name: https
|
||||||
port: 443
|
port: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 444
|
targetPort: 443
|
||||||
|
|||||||
Reference in New Issue
Block a user