Skip to content

Commit b3e2b4a

Browse files
committed
Add ingress resource to tsflow kustomization.yaml for enhanced routing capabilities.
1 parent 879a54d commit b3e2b4a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: networking.k8s.io/v1
2+
kind: Ingress
3+
metadata:
4+
name: tsflow
5+
annotations:
6+
tailscale.com/proxy-group: "common-ingress"
7+
spec:
8+
defaultBackend:
9+
service:
10+
name: tsflow
11+
port:
12+
number: 8080
13+
ingressClassName: tailscale
14+
tls:
15+
- hosts:
16+
- tsflow

clusters/common/apps/tailscale-examples/sandbox/tsflow/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ resources:
66
- deployment.yaml
77
- service.yaml
88
- httproute.yaml
9+
- ingress.yaml

0 commit comments

Comments
 (0)