diff --git a/applications/archmeister.yaml b/applications/archmeister.yaml index 6b29e901..f82ce32b 100644 --- a/applications/archmeister.yaml +++ b/applications/archmeister.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: archmeister.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: archmeister.beta.oceanbox.io template: @@ -23,7 +23,7 @@ spec: server: '{{ cluster }}' source: repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/archmeister plugin: name: kustomize-helm-with-rewrite diff --git a/applications/atlantis-host-resources.yaml b/applications/atlantis-host-resources.yaml index 7c3984cf..40eb822b 100644 --- a/applications/atlantis-host-resources.yaml +++ b/applications/atlantis-host-resources.yaml @@ -10,6 +10,6 @@ spec: # namespace: source: repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: resources/atlantis/host-manifests diff --git a/applications/atlantis-resources.yaml b/applications/atlantis-resources.yaml index ad1e5e90..935a10de 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://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging template: metadata: @@ -21,5 +21,5 @@ spec: namespace: atlantis sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: resources/atlantis/manifests diff --git a/applications/atlantis.yaml b/applications/atlantis.yaml index 2e424181..205dfb02 100644 --- a/applications/atlantis.yaml +++ b/applications/atlantis.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: atlantis.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: atlantis.beta.oceanbox.io template: @@ -23,7 +23,7 @@ spec: server: '{{ cluster }}' sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/atlantis plugin: name: kustomize-helm-with-rewrite @@ -33,5 +33,5 @@ spec: - name: hostname string: '{{ hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/atlantis/manifests diff --git a/applications/busynix.yaml b/applications/busynix.yaml index ab6f6219..df8fcae7 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://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: busynix.beta.oceanbox.io template: @@ -23,7 +23,7 @@ spec: server: '{{ cluster }}' source: repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/busynix plugin: name: kustomize-helm-with-rewrite diff --git a/applications/cerbos.yaml b/applications/cerbos.yaml index 1d4d6db1..8adc3bda 100644 --- a/applications/cerbos.yaml +++ b/applications/cerbos.yaml @@ -9,7 +9,7 @@ spec: elements: - cluster: https://kubernetes.default.svc env: prod - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging template: metadata: @@ -28,5 +28,5 @@ spec: - $values/cerbos/values.yaml - $values/cerbos/{{ env }}-values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev ref: values diff --git a/applications/dex.yaml b/applications/dex.yaml index 749b1269..48859fef 100644 --- a/applications/dex.yaml +++ b/applications/dex.yaml @@ -10,6 +10,6 @@ spec: namespace: idp source: repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/dex/manifests diff --git a/applications/geoserver.yaml b/applications/geoserver.yaml index 5a42d4e5..133bdff9 100644 --- a/applications/geoserver.yaml +++ b/applications/geoserver.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: geoserver.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: geoserver.beta.oceanbox.io template: @@ -23,7 +23,7 @@ spec: namespace: geoserver sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/geoserver plugin: name: kustomize-helm-with-rewrite diff --git a/applications/hipster.yaml b/applications/hipster.yaml index 6eae2156..5d410439 100644 --- a/applications/hipster.yaml +++ b/applications/hipster.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: hipster.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: hipster.beta.oceanbox.io template: @@ -23,7 +23,7 @@ spec: server: '{{ cluster }}' sources: - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/hipster plugin: name: kustomize-helm-with-rewrite @@ -33,5 +33,5 @@ spec: - name: hostname string: '{{ hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev path: charts/hipster/manifests diff --git a/applications/jaeger.yaml b/applications/jaeger.yaml index b05fc09f..975aa300 100644 --- a/applications/jaeger.yaml +++ b/applications/jaeger.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/jaeger/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev # path: charts/jaeger/manifests ref: values diff --git a/applications/keycloak.yaml b/applications/keycloak.yaml index 48a98867..fe3d32ce 100644 --- a/applications/keycloak.yaml +++ b/applications/keycloak.yaml @@ -16,6 +16,6 @@ spec: valueFiles: - $values/keycloak/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git - targetRevision: HEAD + targetRevision: dev ref: values diff --git a/applications/osm-tile-server.yaml b/applications/osm-tile-server.yaml index d08e0e09..f81437ec 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://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: osm.beta.oceanbox.io template: diff --git a/applications/petimeter.yaml b/applications/petimeter.yaml index adf9dfec..887895d3 100644 --- a/applications/petimeter.yaml +++ b/applications/petimeter.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: petimeter.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: petimeter.beta.oceanbox.io template: diff --git a/applications/rabbitmq.yaml b/applications/rabbitmq.yaml index 30a30aee..aa0fea9f 100644 --- a/applications/rabbitmq.yaml +++ b/applications/rabbitmq.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: rabbitmq.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: rabbitmq.beta.oceanbox.io template: diff --git a/applications/redis.yaml b/applications/redis.yaml index 8555a207..fc05906e 100644 --- a/applications/redis.yaml +++ b/applications/redis.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: redis.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: redis.beta.oceanbox.io template: diff --git a/applications/sorcerer.yaml b/applications/sorcerer.yaml index f317f05f..8b587911 100644 --- a/applications/sorcerer.yaml +++ b/applications/sorcerer.yaml @@ -10,7 +10,7 @@ spec: - cluster: https://kubernetes.default.svc env: prod hostname: sorcerer.srv.oceanbox.io - - cluster: https://kubernetes.default.svc + - cluster: https://staging-vcluster.staging-vcluster:443 env: staging hostname: sorcerer.beta.oceanbox.io template: