updates host in deployment.yaml
All checks were successful
ci / build (push) Successful in 46s

This commit is contained in:
franz.germann 2025-04-28 14:07:50 +02:00
parent 0ac58cfdbb
commit bd09827c56

View file

@ -44,7 +44,7 @@ metadata:
nginx.ingress.kubernetes.io/ssl-redirect: "false" nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec: spec:
rules: rules:
- host: https://factory.c-one-infra.de - host: factory.c-one-infra.de
http: http:
paths: paths:
- path: /ascii-live - path: /ascii-live
@ -57,4 +57,4 @@ spec:
tls: tls:
- secretName: ascii-live-tls-prod-cert - secretName: ascii-live-tls-prod-cert
hosts: hosts:
- https://factory.c-one-infra.de - factory.c-one-infra.de