fixes host and path in deployment.yaml
Some checks failed
ci / build (push) Failing after 7s

This commit is contained in:
franz.germann 2025-03-20 17:18:28 +01:00
parent 2f6691fab5
commit f199d2ebe8

View file

@ -44,10 +44,10 @@ metadata:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec:
rules:
- host: ascii.live
- host: {{{ .Env.DOMAIN }}}
http:
paths:
- path: /
- path: /ascii-live
pathType: Prefix
backend:
service:
@ -57,4 +57,4 @@ spec:
tls:
- secretName: ascii-live-tls-prod-cert
hosts:
- ascii.live
- {{{ .Env.DOMAIN }}}