Skip to content

Commit

Permalink
action: deploy pichu vcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 17, 2023
1 parent 3d948e1 commit d61a350
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
26 changes: 13 additions & 13 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ virtualClusters:
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
# 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 @@ -132,7 +132,7 @@ apps:
# pichu vcluster bootstrap, Pichu Virtual Cluster Bootstrap, Pichu Carbon
pichu-carbon:
sync: 5
deploy: false
deploy: true
values: [ "values.yaml", "values.pichu.opal.yaml" ]

# pichu vcluster bootstrap, Pichu Virtual Cluster Bootstrap, Pichu Carbon
Expand Down
18 changes: 9 additions & 9 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,53 +11,53 @@ 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.pichu.opal.yaml" ]

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

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

# External Secrets, Secrets Engine, Cobalt
cobalt:
sync: 3
deploy: false
deploy: true
values: [ "values.yaml", "values.pichu.opal.yaml" ]
# Cert Manager, Certificate Engine, Sulfur
sulfur:
sync: 3
deploy: false
deploy: true
values: [ "values.yaml", "values.pichu.opal.yaml" ]

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

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

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

0 comments on commit d61a350

Please sign in to comment.