fix: deploy sorcere to sorcrer ns again, and fix names

This commit is contained in:
Jonas Juselius
2024-04-24 15:12:32 +02:00
parent 7c18a9bfdb
commit 22ba3b81a9
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -10,12 +10,12 @@ spec:
elements:
- cluster: https://10.255.241.99:4443
env: prod
hostname: sorcerer.srv.archive.oceanbox.io
hostname: sorcerer.data.oceanbox.io
autoSync: false
prune: true
- cluster: https://10.255.241.99:4443
env: staging
hostname: sorcerer.beta.archive.oceanbox.io
hostname: sorcerer.exp.oceanbox.io
autoSync: true
prune: true
template:
@@ -24,7 +24,7 @@ spec:
spec:
project: atlantis
destination:
namespace: oceanbox
namespace: sorcerer
server: '{{ .cluster }}'
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
+2 -2
View File
@@ -2,13 +2,13 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: sorcerer.data.srv.oceanbox.io
- host: sorcerer.data.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- sorcerer.data.srv.oceanbox.io
- sorcerer.data.oceanbox.io
secretName: prod-sorcerer-tls
persistence:
+2 -2
View File
@@ -5,13 +5,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.data.beta.oceanbox.io
- host: sorcerer.exp.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- sorcerer.data.beta.oceanbox.io
- sorcerer.exp.oceanbox.io
secretName: staging-sorcerer-tls
persistence:
existingClaim: staging-oceanbox-archives