Skip to content

Commit

Permalink
fix: fix nodeSelector bug in metrics-exporter component in control-pl…
Browse files Browse the repository at this point in the history
…ane chart
  • Loading branch information
rajadoui committed Jan 22, 2025
1 parent 1b5158d commit 215c4c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
defaultMode: 420
{{- if .Values.nodeSelector }}
nodeSelector:
{{- toYaml .Values.nodeSelector | nindent 8 }}
service: metrics
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/armonik/charts/control-plane/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
replicaCount: 1

registry: "dockerhubaneo"
image:
repository: dockerhubaneo/armonik_control
tag: 0.30.0
Expand Down
10 changes: 4 additions & 6 deletions charts/armonik/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ control-plane:
operator: Equal
value: control-plane
compute-plane:
enabled: false
enabled: true
nodeSelector:
service: workers
tolerations:
Expand All @@ -46,7 +46,8 @@ redis:
enabled: true
useStatefulSet: true
replica:
replicaCount: 1
persistence:
enabled: false
fullnameOverride: "redis"
tls:
enabled: false
Expand All @@ -64,9 +65,6 @@ redis:
enabled: false
containerPorts:
redis: 6379
replica:
persistence:
enabled: false

################## ACTIVEMQ ##################
activemq:
Expand Down Expand Up @@ -115,7 +113,7 @@ chaos-mesh:

################## KEDA ##################
keda:
enabled: true
enabled: false
certificates:
certManager:
enabled: true
Expand Down

0 comments on commit 215c4c4

Please sign in to comment.