Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion helm/agents/argo-rollouts/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}

{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
6 changes: 5 additions & 1 deletion helm/agents/argo-rollouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resources:
memory: 256Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
12 changes: 12 additions & 0 deletions helm/agents/cilium-debug/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
4 changes: 4 additions & 0 deletions helm/agents/cilium-debug/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ resources:
limits:
cpu: 1000m
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
12 changes: 12 additions & 0 deletions helm/agents/cilium-manager/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
4 changes: 4 additions & 0 deletions helm/agents/cilium-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ resources:
limits:
cpu: 1000m
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
12 changes: 12 additions & 0 deletions helm/agents/cilium-policy/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,3 +514,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
6 changes: 5 additions & 1 deletion helm/agents/cilium-policy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resources:
memory: 256Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
12 changes: 12 additions & 0 deletions helm/agents/helm/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
6 changes: 5 additions & 1 deletion helm/agents/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resources:
memory: 256Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
12 changes: 12 additions & 0 deletions helm/agents/istio/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
6 changes: 5 additions & 1 deletion helm/agents/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resources:
memory: 256Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
14 changes: 13 additions & 1 deletion helm/agents/k8s/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,16 @@ spec:
- "Identify potential security vulnerabilities in my cluster."
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
6 changes: 5 additions & 1 deletion helm/agents/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resources:
memory: 256Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
12 changes: 12 additions & 0 deletions helm/agents/kgateway/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
6 changes: 5 additions & 1 deletion helm/agents/kgateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resources:
memory: 256Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
12 changes: 12 additions & 0 deletions helm/agents/observability/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
4 changes: 4 additions & 0 deletions helm/agents/observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ resources:
limits:
cpu: 1000m
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}
13 changes: 12 additions & 1 deletion helm/agents/promql/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,15 @@ spec:
deployment:
resources:
{{- toYaml .Values.resources | nindent 8 }}

{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
6 changes: 5 additions & 1 deletion helm/agents/promql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ resources:
memory: 256Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 1Gi

nodeSelector: {}
tolerations: []
affinity: {}