Skip to content

Commit

Permalink
action: tear more clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 17, 2023
1 parent f767ad8 commit 6c004db
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ revisionLimit: 3
projectName: bootstrap
destination: https://be4dec98-8183-4cc1-8dc8-7c61ee2417c3.k8s.ondigitalocean.com

virtualClusters:
pichu:
apiServerBaseDomain: kubernetes.cluster.atomi.cloud
refreshInterval: 1m
policy:
creation: Owner
deletion: Retain
pikachu:
apiServerBaseDomain: kubernetes.cluster.atomi.cloud
refreshInterval: 1m
policy:
creation: Owner
deletion: Retain
raichu:
apiServerBaseDomain: kubernetes.cluster.atomi.cloud
refreshInterval: 1m
policy:
creation: Owner
deletion: Retain
virtualClusters: {}
# pichu:
# apiServerBaseDomain: kubernetes.cluster.atomi.cloud
# refreshInterval: 1m
# policy:
# creation: Owner
# deletion: Retain
# pikachu:
# apiServerBaseDomain: kubernetes.cluster.atomi.cloud
# refreshInterval: 1m
# policy:
# creation: Owner
# deletion: Retain
# raichu:
# apiServerBaseDomain: kubernetes.cluster.atomi.cloud
# refreshInterval: 1m
# policy:
# creation: Owner
# deletion: Retain

apps:
prometheus:
Expand Down Expand Up @@ -86,25 +86,25 @@ apps:
# OTEL Operator, Observability Engine, Lithium
lithium:
sync: 2
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Cluster Issuer, Certificate Issuer, Zinc
zinc:
sync: 2
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]

# OTEL Collectors, Observability Agents, Silicon
silicon:
sync: 3
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Nginx, External Ingress, Gold
gold:
sync: 3
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]


Expand Down

0 comments on commit 6c004db

Please sign in to comment.