Skip to content

Commit

Permalink
action: deploy L1 services
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 17, 2023
1 parent 5da55af commit ab3d4a9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ serviceTree:

revisionLimit: 3
projectName: bootstrap
destination: https://be4dec98-8183-4cc1-8dc8-7c61ee2417c3.k8s.ondigitalocean.com
destination: https://1bf760cc-d428-4519-92cc-f69aa10287b0.k8s.ondigitalocean.com

virtualClusters: {}
# pichu:
Expand All @@ -32,79 +32,79 @@ virtualClusters: {}
apps:
prometheus:
sync: 0
deploy: false
deploy: true
values: [ "values.yaml" ]

# Kyverno, Policy Engine, Argon
argon:
sync: 1
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Metric Server, Metrics, Xenon
xenon:
sync: 1
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Reloader, Reloader, Chlorine
chlorine:
sync: 1
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Cert Manager, Certificate Engine, Sulfur
sulfur:
sync: 1
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# External DNS, DNS Engine, Tin
tin:
sync: 1
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Kyverno Policies, Policies, Sodium
sodium:
sync: 2
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# Cloudflared, Internal Ingress, Boron
boron:
sync: 2
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# KEDA, Pod Autoscaler, Iron
iron:
sync: 2
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

# OTEL Operator, Observability Engine, Lithium
lithium:
sync: 2
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

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

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

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


Expand Down

0 comments on commit ab3d4a9

Please sign in to comment.