Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -3,9 +3,6 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: immich-public
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: "{{ .externalDnsDomain }}"
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
rules:
|
||||
@@ -19,7 +16,3 @@ spec:
|
||||
name: immich-server
|
||||
port:
|
||||
number: 3001
|
||||
tls:
|
||||
- secretName: wildcard-wild-cloud-tls
|
||||
hosts:
|
||||
- "{{ .domain }}"
|
||||
|
||||
Reference in New Issue
Block a user