Skip to content

Commit

Permalink
action(entei): deploy KEDA
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 12, 2023
1 parent 8ca69f7 commit ee09380
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
20 changes: 11 additions & 9 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ apps:
metric-server:
sync: 1
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

reloader:
sync: 1
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

cert-manager:
sync: 1
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

external-dns:
sync: 1
Expand All @@ -68,30 +68,32 @@ apps:
cloudflared:
sync: 2
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

keda:
deploy: false
sync: 2
deploy: true
values: [ "values.yaml", "values.entei.opal.yaml" ]

otel-operator:
sync: 2
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

cluster-issuer:
sync: 2
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

otel-collectors:
sync: 3
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

nginx:
sync: 3
deploy: true
values: ["values.yaml", "values.entei.opal.yaml"]
values: [ "values.yaml", "values.entei.opal.yaml" ]

pichu-vcluster:
sync: 4
Expand Down
3 changes: 0 additions & 3 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
serviceTree:
landscape: pichu
cluster: opal
platform: sulfoxide
service: carbon
layer: "1"

revisionLimit: 3
projectName: default
Expand Down

0 comments on commit ee09380

Please sign in to comment.