fix: fix appsettings etc.

This commit is contained in:
2024-02-21 21:35:13 +01:00
parent 6ab5300267
commit 295adf6a39
6 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -2,13 +2,13 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: sorcerer.srv.archive.oceanbox.io
- host: sorcerer.data.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- sorcerer.srv.archive.oceanbox.io
- sorcerer.data.oceanbox.io
secretName: prod-sorcerer-tls
persistence:
+2 -2
View File
@@ -6,13 +6,13 @@ ingress:
cert-manager.io/cluster-issuer: letsencrypt-production
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
hosts:
- host: sorcerer.beta.archive.oceanbox.io
- host: sorcerer.beta.data.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- sorcerer.beta.archive.oceanbox.io
- sorcerer.beta.data.oceanbox.io
secretName: staging-sorcerer-tls
persistence: