diff --git a/clusters/dev/cloud-chatops/apps.yaml b/clusters/dev/cloud-chatops/apps.yaml index 54edb30e..4ca5576b 100644 --- a/clusters/dev/cloud-chatops/apps.yaml +++ b/clusters/dev/cloud-chatops/apps.yaml @@ -10,7 +10,7 @@ spec: project: default source: repoURL: https://github.com/stfc/cloud-deployed-apps.git - targetRevision: main + targetRevision: dev-cloud-chatops path: clusters/dev/cloud-chatops syncPolicy: automated: @@ -40,23 +40,18 @@ spec: # so create one for each chart - even if its empty # argocd and all dependencies use the same file "argocd-setup-values.yaml" - valuesFile: ../../../clusters/dev/worker/argocd-setup-values.yaml + valuesFile: ../../../clusters/dev/cloud-chatops/argocd-setup-values.yaml namespace: argocd - name: "cert-manager" chartName: cert-manager namespace: cert-manager - valuesFile: ../../../clusters/dev/worker/argocd-setup-values.yaml - - - name: longhorn - chartName: longhorn - namespace: longhorn-system - valuesFile: ../../../clusters/dev/worker/argocd-setup-values.yaml + valuesFile: ../../../clusters/dev/cloud-chatops/argocd-setup-values.yaml - name: chatops chartName: chatops namespace: chatops - secretsFile: ../../../secrets/dev/worker/apps/chatops.yaml + secretsFile: ../../../secrets/dev/cloud-chatops/apps/chatops.yaml syncPolicy: # Don't remove everything if we remove the appset diff --git a/clusters/dev/cloud-chatops/argocd-setup-values.yaml b/clusters/dev/cloud-chatops/argocd-setup-values.yaml new file mode 100644 index 00000000..6e34509c --- /dev/null +++ b/clusters/dev/cloud-chatops/argocd-setup-values.yaml @@ -0,0 +1,3 @@ +argo-cd: + global: + domain: argocd.dev-cloud-chatops.nubes.stfc.ac.uk diff --git a/clusters/dev/cloud-chatops/infra-values.yaml b/clusters/dev/cloud-chatops/infra-values.yaml index 3e64d10c..f52341d2 100644 --- a/clusters/dev/cloud-chatops/infra-values.yaml +++ b/clusters/dev/cloud-chatops/infra-values.yaml @@ -17,4 +17,10 @@ openstack-cluster: # here we define an nginx ingress controller service addons: ingress: - enabled: false + enabled: true + nginx: + release: + values: + controller: + service: + loadBalancerIP: "130.246.211.56"