diff --git a/charts/hipster/chart/values.yaml b/charts/hipster/chart/values.yaml index e0062e30..2d744d79 100644 --- a/charts/hipster/chart/values.yaml +++ b/charts/hipster/chart/values.yaml @@ -52,13 +52,13 @@ ingress: nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTP hosts: - - host: hipster.svc.oceanbox.io + - host: hipster.srv.oceanbox.io paths: - path: / pathType: ImplementationSpecific tls: - hosts: - - hipster.svc.oceanbox.io + - hipster.srv.oceanbox.io secretName: hipster-tls persistence: diff --git a/charts/petimeter/chart/values.yaml b/charts/petimeter/chart/values.yaml index 69e0ccd9..5a469783 100644 --- a/charts/petimeter/chart/values.yaml +++ b/charts/petimeter/chart/values.yaml @@ -52,13 +52,13 @@ ingress: nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTP hosts: - - host: petimeter.svc.oceanbox.io + - host: petimeter.srv.oceanbox.io paths: - path: / pathType: ImplementationSpecific tls: - hosts: - - petimeter.svc.oceanbox.io + - petimeter.srv.oceanbox.io secretName: petimeter-tls persistence: diff --git a/charts/sorcerer/chart/values.yaml b/charts/sorcerer/chart/values.yaml index bf044f60..b4edf529 100644 --- a/charts/sorcerer/chart/values.yaml +++ b/charts/sorcerer/chart/values.yaml @@ -52,13 +52,13 @@ ingress: nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTP hosts: - - host: sorcerer.svc.oceanbox.io + - host: sorcerer.srv.oceanbox.io paths: - path: / pathType: ImplementationSpecific tls: - hosts: - - sorcerer.svc.oceanbox.io + - sorcerer.srv.oceanbox.io secretName: sorcerer-tls persistence: diff --git a/charts/sorcerer/prod/appsettings.json b/charts/sorcerer/prod/appsettings.json index 5fd84483..c0150a7b 100644 --- a/charts/sorcerer/prod/appsettings.json +++ b/charts/sorcerer/prod/appsettings.json @@ -16,7 +16,7 @@ "https://atlantis.dev.oceanbox.io", "https://atlantis.local.oceanbox.io:8080" ], - "archiveSvc": "https://archmeister.svc.oceanbox.io", + "archiveSvc": "https://archmeister.srv.oceanbox.io", "cacheDir": "/data/archives/cache", "logService" : "https://seq.oceanbox.io", "logApiKey": "" diff --git a/charts/sorcerer/staging/appsettings.json b/charts/sorcerer/staging/appsettings.json index 3d1e6a7f..f662a08d 100644 --- a/charts/sorcerer/staging/appsettings.json +++ b/charts/sorcerer/staging/appsettings.json @@ -15,11 +15,11 @@ "https://jonas-tilt-atlantis.dev.oceanbox.io", "https://stig-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://a.local.oceanbox.io:8080" ], - "archiveSvc": "https://archmeister.dev.oceanbox.io", + "archiveSvc": "https://archmeister.beta.oceanbox.io", "cacheDir": "/data/archives/cache", "logService" : "https://seq.oceanbox.io", "logApiKey": ""