move tailscale ingress into chart
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: tailscale-cl01tl-vault-ui
|
|
||||||
namespace: {{ .Release.Namespace }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: tailscale-cl01tl-vault-ui
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
|
||||||
app.kubernetes.io/component: tailscale
|
|
||||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
|
||||||
annotations:
|
|
||||||
tailscale.com/experimental-forward-cluster-traffic-via-ingress: "true"
|
|
||||||
spec:
|
|
||||||
ingressClassName: tailscale
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- vault-cl01tl
|
|
||||||
rules:
|
|
||||||
- http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: vault-ui
|
|
||||||
port:
|
|
||||||
name: http
|
|
@@ -21,22 +21,20 @@ vault:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
tailscale.com/experimental-forward-cluster-traffic-via-ingress: "true"
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
ingressClassName: tailscale
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
|
||||||
ingressClassName: traefik
|
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
activeService: true
|
activeService: true
|
||||||
hosts:
|
hosts:
|
||||||
- host: vault.alexlebens.net
|
- host: vault-cl01tl
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
tls:
|
tls:
|
||||||
- secretName: vault-secret-tls
|
- secretName: vault-cl01tl
|
||||||
hosts:
|
hosts:
|
||||||
- vault.alexlebens.net
|
- vault-cl01tl
|
||||||
route:
|
route:
|
||||||
enabled: false
|
enabled: false
|
||||||
authDelegator:
|
authDelegator:
|
||||||
|
Reference in New Issue
Block a user