From a23785ca4e9b8e40197a82c99e68cd1aab56bfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 20 Aug 2025 13:08:22 +0200 Subject: [PATCH] fix: Update ncps ingress --- values/ncps/manifests/ingress.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values/ncps/manifests/ingress.yaml b/values/ncps/manifests/ingress.yaml index 5bc4dfeb..40155c7f 100644 --- a/values/ncps/manifests/ingress.yaml +++ b/values/ncps/manifests/ingress.yaml @@ -15,7 +15,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: cache.oceanbox.io + - host: cache.srv.oceanbox.io http: paths: - backend: @@ -27,5 +27,5 @@ spec: pathType: ImplementationSpecific tls: - hosts: - - cache.oceanbox.io - secretName: cache.oceanbox.io-tls + - cache.srv.oceanbox.io + secretName: cache.srv.oceanbox.io-tls