Fixes ingress refs.
This commit is contained in:
@@ -5,8 +5,7 @@ metadata:
|
|||||||
namespace: gitea
|
namespace: gitea
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||||
external-dns.alpha.kubernetes.io/target: "{{ .apps.gitea.domain }}"
|
external-dns.alpha.kubernetes.io/target: "{{ .cloud.domain }}"
|
||||||
external-dns.alpha.kubernetes.io/target: "{{ .cluster.externalDns.target}}"
|
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: "{{ .apps.gitea.domain }}"
|
- host: "{{ .apps.gitea.domain }}"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: immich-public
|
name: immich-public
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/target: "{{ .apps.immich.domain }}"
|
external-dns.alpha.kubernetes.io/target: "{{ .cloud.domain }}"
|
||||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user