Expose hello-svc via Tailscale per-env

This commit is contained in:
rod
2026-05-17 14:31:27 +02:00
parent 7b778aeb54
commit e4b352143b
4 changed files with 20 additions and 0 deletions
+1
View File
@@ -9,3 +9,4 @@ resources:
patches:
- path: deployment-patch.yaml
- path: service-patch.yaml
+9
View File
@@ -0,0 +1,9 @@
apiVersion: v1
kind: Service
metadata:
name: hello-svc
annotations:
tailscale.com/hostname: "hello-svc-dev"
spec:
type: LoadBalancer
loadBalancerClass: tailscale
+1
View File
@@ -9,3 +9,4 @@ resources:
patches:
- path: deployment-patch.yaml
- path: service-patch.yaml
+9
View File
@@ -0,0 +1,9 @@
apiVersion: v1
kind: Service
metadata:
name: hello-svc
annotations:
tailscale.com/hostname: "hello-svc-prod"
spec:
type: LoadBalancer
loadBalancerClass: tailscale