chore: Update manifests after change
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: komodo-tailscale
|
||||||
|
namespace: komodo
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: komodo-tailscale
|
||||||
|
app.kubernetes.io/instance: komodo
|
||||||
|
app.kubernetes.io/part-of: komodo
|
||||||
|
tailscale.com/proxy-class: no-metrics
|
||||||
|
annotations:
|
||||||
|
tailscale.com/experimental-forward-cluster-traffic-via-ingress: "true"
|
||||||
|
spec:
|
||||||
|
ingressClassName: tailscale
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- komodo-cl01tl
|
||||||
|
secretName: komodo-cl01tl
|
||||||
|
rules:
|
||||||
|
- host: komodo-cl01tl
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: komodo-main
|
||||||
|
port:
|
||||||
|
name: http
|
||||||
Reference in New Issue
Block a user