Skip to content

Commit

Permalink
action(entei-onyx): deploy basic L1 components
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 16, 2024
1 parent aae6ef7 commit c8a07ce
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,73 +45,73 @@ apps:
# Kyverno, Policy Engine, Argon
argon:
sync: 2
deploy: false
deploy: true
values: [ "values.yaml", "values.entei.onyx.yaml" ]

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

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

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

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

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

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

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

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

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

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

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


Expand Down

0 comments on commit c8a07ce

Please sign in to comment.