fix: fix sorcerer archmeister ref and misc svc to srv
This commit is contained in:
@@ -52,13 +52,13 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: hipster.svc.oceanbox.io
|
- host: hipster.srv.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- hipster.svc.oceanbox.io
|
- hipster.srv.oceanbox.io
|
||||||
secretName: hipster-tls
|
secretName: hipster-tls
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -52,13 +52,13 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: petimeter.svc.oceanbox.io
|
- host: petimeter.srv.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- petimeter.svc.oceanbox.io
|
- petimeter.srv.oceanbox.io
|
||||||
secretName: petimeter-tls
|
secretName: petimeter-tls
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -52,13 +52,13 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: sorcerer.svc.oceanbox.io
|
- host: sorcerer.srv.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- sorcerer.svc.oceanbox.io
|
- sorcerer.srv.oceanbox.io
|
||||||
secretName: sorcerer-tls
|
secretName: sorcerer-tls
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"https://atlantis.dev.oceanbox.io",
|
"https://atlantis.dev.oceanbox.io",
|
||||||
"https://atlantis.local.oceanbox.io:8080"
|
"https://atlantis.local.oceanbox.io:8080"
|
||||||
],
|
],
|
||||||
"archiveSvc": "https://archmeister.svc.oceanbox.io",
|
"archiveSvc": "https://archmeister.srv.oceanbox.io",
|
||||||
"cacheDir": "/data/archives/cache",
|
"cacheDir": "/data/archives/cache",
|
||||||
"logService" : "https://seq.oceanbox.io",
|
"logService" : "https://seq.oceanbox.io",
|
||||||
"logApiKey": ""
|
"logApiKey": ""
|
||||||
|
|||||||
@@ -15,11 +15,11 @@
|
|||||||
"https://jonas-tilt-atlantis.dev.oceanbox.io",
|
"https://jonas-tilt-atlantis.dev.oceanbox.io",
|
||||||
"https://stig-tilt-atlantis.dev.oceanbox.io",
|
"https://stig-tilt-atlantis.dev.oceanbox.io",
|
||||||
"https://simkir-tilt-atlantis.dev.oceanbox.io",
|
"https://simkir-tilt-atlantis.dev.oceanbox.io",
|
||||||
"https://atlantis.svc.oceanbox.io",
|
"https://atlantis.srv.oceanbox.io",
|
||||||
"https://atlantis.local.oceanbox.io:8080",
|
"https://atlantis.local.oceanbox.io:8080",
|
||||||
"https://a.local.oceanbox.io:8080"
|
"https://a.local.oceanbox.io:8080"
|
||||||
],
|
],
|
||||||
"archiveSvc": "https://archmeister.dev.oceanbox.io",
|
"archiveSvc": "https://archmeister.beta.oceanbox.io",
|
||||||
"cacheDir": "/data/archives/cache",
|
"cacheDir": "/data/archives/cache",
|
||||||
"logService" : "https://seq.oceanbox.io",
|
"logService" : "https://seq.oceanbox.io",
|
||||||
"logApiKey": ""
|
"logApiKey": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user