diff --git a/busynix/applicationset.yaml b/busynix/applicationset.yaml index 72c4e9d0..e542f305 100644 --- a/busynix/applicationset.yaml +++ b/busynix/applicationset.yaml @@ -17,10 +17,10 @@ spec: metadata: name: '{{ env }}-busynix' spec: + project: atlantis destination: namespace: oceanbox server: '{{ cluster }}' - project: atlantis source: path: busynix plugin: diff --git a/dex/application.yaml b/dex/application.yaml index bc9ccad9..3ebdeb89 100644 --- a/dex/application.yaml +++ b/dex/application.yaml @@ -5,6 +5,9 @@ metadata: namespace: argocd spec: project: atlantis + destination: + server: https://kubernetes.default.svc + namespace: atlantis source: repoURL: https://charts.dexidp.io targetRevision: 0.16.0 @@ -65,7 +68,3 @@ spec: serviceMonitor: enabled: true - destination: - server: https://kubernetes.default.svc - namespace: atlantis - diff --git a/geoserver/application.yaml b/geoserver/application.yaml index 8c817d1c..448a2b26 100644 --- a/geoserver/application.yaml +++ b/geoserver/application.yaml @@ -5,6 +5,9 @@ metadata: namespace: argocd spec: project: gis + destination: + server: https://kubernetes.default.svc + namespace: geoserver source: repoURL: https://gitlab.com/oceanbox/charts.git targetRevision: HEAD @@ -20,7 +23,3 @@ spec: string: "--skip-tests" - name: chart string: ncsa/geoserver - destination: - server: https://kubernetes.default.svc - namespace: geoserver - diff --git a/redis/application.yaml b/redis/application.yaml index 908e4e73..b27c6cfe 100644 --- a/redis/application.yaml +++ b/redis/application.yaml @@ -14,4 +14,12 @@ spec: chart: redis helm: values: | + architecture: replication + auth: + enabled: true + sentinel: true + password: "" + existingSecret: "" + existingSecretPasswordKey: "" + usePasswordFiles: false diff --git a/k1/redis-nodeport.yaml b/redis/manifests/nodeport.yaml similarity index 100% rename from k1/redis-nodeport.yaml rename to redis/manifests/nodeport.yaml diff --git a/k1/oceanbox-wp.yaml b/wordpress/oceanbox-wp.yaml similarity index 100% rename from k1/oceanbox-wp.yaml rename to wordpress/oceanbox-wp.yaml