From b91f4b829bbc045ed44a268b9679e30e32d9fd9e Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 20 Apr 2024 08:14:00 +0200 Subject: [PATCH] fix: change staging vluster url/name --- applications/archmeister.yaml | 2 +- applications/atlantis-resources.yaml | 2 +- applications/atlantis.yaml | 2 +- applications/busynix.yaml | 2 +- applications/cerbos.yaml | 2 +- applications/hipster.yaml | 2 +- applications/osm-tile-server.yaml | 2 +- applications/petimeter.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/applications/archmeister.yaml b/applications/archmeister.yaml index 1de4d78d..ee641587 100644 --- a/applications/archmeister.yaml +++ b/applications/archmeister.yaml @@ -13,7 +13,7 @@ spec: hostname: archmeister.srv.oceanbox.io autoSync: false prune: true - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging hostname: archmeister.beta.oceanbox.io autoSync: true diff --git a/applications/atlantis-resources.yaml b/applications/atlantis-resources.yaml index 30c945fc..ea215acb 100644 --- a/applications/atlantis-resources.yaml +++ b/applications/atlantis-resources.yaml @@ -9,7 +9,7 @@ spec: elements: - cluster: https://kubernetes.default.svc env: prod - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging template: metadata: diff --git a/applications/atlantis.yaml b/applications/atlantis.yaml index 27e10578..24096319 100644 --- a/applications/atlantis.yaml +++ b/applications/atlantis.yaml @@ -13,7 +13,7 @@ spec: hostname: atlantis.srv.oceanbox.io autoSync: false prune: true - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging hostname: atlantis.beta.oceanbox.io autoSync: true diff --git a/applications/busynix.yaml b/applications/busynix.yaml index c5daba93..cfd65e84 100644 --- a/applications/busynix.yaml +++ b/applications/busynix.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: busynix.srv.oceanbox.io - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging hostname: busynix.beta.oceanbox.io template: diff --git a/applications/cerbos.yaml b/applications/cerbos.yaml index dfb29951..968f1301 100644 --- a/applications/cerbos.yaml +++ b/applications/cerbos.yaml @@ -9,7 +9,7 @@ spec: elements: - cluster: https://kubernetes.default.svc env: prod - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging template: metadata: diff --git a/applications/hipster.yaml b/applications/hipster.yaml index b174c836..9f3856de 100644 --- a/applications/hipster.yaml +++ b/applications/hipster.yaml @@ -13,7 +13,7 @@ spec: hostname: hipster.srv.oceanbox.io autoSync: false prune: true - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging hostname: hipster.beta.oceanbox.io autoSync: true diff --git a/applications/osm-tile-server.yaml b/applications/osm-tile-server.yaml index 495898a3..0384b32a 100644 --- a/applications/osm-tile-server.yaml +++ b/applications/osm-tile-server.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: osm.srv.oceanbox.io - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging hostname: osm.beta.oceanbox.io template: diff --git a/applications/petimeter.yaml b/applications/petimeter.yaml index 2fee5004..63169dc2 100644 --- a/applications/petimeter.yaml +++ b/applications/petimeter.yaml @@ -13,7 +13,7 @@ spec: hostname: petimeter.srv.oceanbox.io autoSync: false prune: true - - cluster: https://staging-vcluster.staging-vcluster:443 + - cluster: https://staging-vcluster.staging-vcluster env: staging hostname: petimeter.beta.oceanbox.io autoSync: true