Skip to content

Commit

Permalink
action: remove all application
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 14, 2023
1 parent a224e32 commit f3e3412
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,49 +56,49 @@ apps:
# Cert Manager, Certificate Engine, Sulfur
sulfur:
sync: 1
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]

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

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

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

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

# 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
Expand All @@ -110,7 +110,7 @@ apps:
# Secrets Store, ExternalSecretStore, Bromine
iodine-bromine:
sync: 6
deploy: true
deploy: false
values: [ "values.yaml", "values.entei.opal.yaml" ]


Expand Down

0 comments on commit f3e3412

Please sign in to comment.