Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit chatops setup values #250

Merged
merged 4 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions clusters/dev/cloud-chatops/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions clusters/dev/cloud-chatops/argocd-setup-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
argo-cd:
global:
domain: argocd.dev-cloud-chatops.nubes.stfc.ac.uk
8 changes: 7 additions & 1 deletion clusters/dev/cloud-chatops/infra-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading