fix: deploy sorcere to sorcrer ns again, and fix names
This commit is contained in:
@@ -10,12 +10,12 @@ spec:
|
|||||||
elements:
|
elements:
|
||||||
- cluster: https://10.255.241.99:4443
|
- cluster: https://10.255.241.99:4443
|
||||||
env: prod
|
env: prod
|
||||||
hostname: sorcerer.srv.archive.oceanbox.io
|
hostname: sorcerer.data.oceanbox.io
|
||||||
autoSync: false
|
autoSync: false
|
||||||
prune: true
|
prune: true
|
||||||
- cluster: https://10.255.241.99:4443
|
- cluster: https://10.255.241.99:4443
|
||||||
env: staging
|
env: staging
|
||||||
hostname: sorcerer.beta.archive.oceanbox.io
|
hostname: sorcerer.exp.oceanbox.io
|
||||||
autoSync: true
|
autoSync: true
|
||||||
prune: true
|
prune: true
|
||||||
template:
|
template:
|
||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
project: atlantis
|
project: atlantis
|
||||||
destination:
|
destination:
|
||||||
namespace: oceanbox
|
namespace: sorcerer
|
||||||
server: '{{ .cluster }}'
|
server: '{{ .cluster }}'
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ ingress:
|
|||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
hosts:
|
hosts:
|
||||||
- host: sorcerer.data.srv.oceanbox.io
|
- host: sorcerer.data.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sorcerer.data.srv.oceanbox.io
|
- sorcerer.data.oceanbox.io
|
||||||
secretName: prod-sorcerer-tls
|
secretName: prod-sorcerer-tls
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -5,13 +5,13 @@ ingress:
|
|||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
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
|
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||||||
hosts:
|
hosts:
|
||||||
- host: sorcerer.data.beta.oceanbox.io
|
- host: sorcerer.exp.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sorcerer.data.beta.oceanbox.io
|
- sorcerer.exp.oceanbox.io
|
||||||
secretName: staging-sorcerer-tls
|
secretName: staging-sorcerer-tls
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: staging-oceanbox-archives
|
existingClaim: staging-oceanbox-archives
|
||||||
|
|||||||
Reference in New Issue
Block a user