fix: Update ncps ingress

This commit is contained in:
2025-08-20 13:08:22 +02:00
parent 5696235a1b
commit a23785ca4e
+3 -3
View File
@@ -15,7 +15,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: cache.oceanbox.io - host: cache.srv.oceanbox.io
http: http:
paths: paths:
- backend: - backend:
@@ -27,5 +27,5 @@ spec:
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- cache.oceanbox.io - cache.srv.oceanbox.io
secretName: cache.oceanbox.io-tls secretName: cache.srv.oceanbox.io-tls