working-deployment-on-kind-cluster #1

Merged
Franz.Germann merged 4 commits from working-deployment-on-kind-cluster into development 2025-03-20 17:52:12 +00:00
Showing only changes of commit f199d2ebe8 - Show all commits

View file

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