fix: Update ncps ingress
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user