Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -3,10 +3,6 @@ kind: Ingress
|
||||
metadata:
|
||||
name: mobilizon
|
||||
namespace: {{ .namespace }}
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: {{ .externalDnsDomain }}
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||
external-dns.alpha.kubernetes.io/ttl: "60"
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
rules:
|
||||
@@ -20,7 +16,3 @@ spec:
|
||||
name: mobilizon
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .domain }}
|
||||
secretName: {{ .tlsSecretName }}
|
||||
|
||||
Reference in New Issue
Block a user