switch from duckdns.org to internal .lab dns
All checks were successful
Docker Build / build-and-push-image (push) Successful in 53s

This commit is contained in:
2026-01-01 15:03:06 +01:00
parent 23c38fc813
commit 9761996957
8 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: gitea.arcodange.duckdns.org/arcodange-org/webapp
repository: gitea.arcodange.lab/arcodange-org/webapp
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@@ -63,11 +63,11 @@ ingress:
# traefik.ingress.kubernetes.io/router.entrypoints: websecure
# traefik.ingress.kubernetes.io/router.tls: "true"
# traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt
# traefik.ingress.kubernetes.io/router.tls.domains.0.main: arcodange.duckdns.org
# traefik.ingress.kubernetes.io/router.tls.domains.0.sans: webapp.arcodange.duckdns.org
# traefik.ingress.kubernetes.io/router.tls.domains.0.main: arcodange.lab
# traefik.ingress.kubernetes.io/router.tls.domains.0.sans: webapp.arcodange.lab
# traefik.ingress.kubernetes.io/router.middlewares: localIp@file
# hosts:
# - host: webapp.arcodange.duckdns.org
# - host: webapp.arcodange.lab
# paths:
# - path: /
# pathType: Prefix