Expose hello-svc via Tailscale per-env
This commit is contained in:
@@ -9,3 +9,4 @@ resources:
|
||||
|
||||
patches:
|
||||
- path: deployment-patch.yaml
|
||||
- path: service-patch.yaml
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: hello-svc
|
||||
annotations:
|
||||
tailscale.com/hostname: "hello-svc-dev"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerClass: tailscale
|
||||
@@ -9,3 +9,4 @@ resources:
|
||||
|
||||
patches:
|
||||
- path: deployment-patch.yaml
|
||||
- path: service-patch.yaml
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: hello-svc
|
||||
annotations:
|
||||
tailscale.com/hostname: "hello-svc-prod"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerClass: tailscale
|
||||
Reference in New Issue
Block a user