Skip to content

Commit

Permalink
Merge pull request #3 from Baby-Markt/Update-Deployments
Browse files Browse the repository at this point in the history
Update helm chart to use priorityClassName
  • Loading branch information
daniel-toncu authored Aug 8, 2024
2 parents 604e639 + 0844bda commit 23b9bb4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/google-tag-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
name: google-tag-manager
description: A Helm Chart for Google Tag Manager

version: "0.2.2"
version: "0.3.0"
appVersion: "1.16.0"

keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/google-tag-manager/templates/ps-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ spec:
name: ps-{{ include "google-tag-manager.fullname" . }}
- secretRef:
name: ps-{{ include "google-tag-manager.fullname" . }}
{{- with .Values.previewServer.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
{{- with .Values.previewServer.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
3 changes: 3 additions & 0 deletions charts/google-tag-manager/templates/sst-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ spec:
name: sst-{{ include "google-tag-manager.fullname" . }}
- secretRef:
name: sst-{{ include "google-tag-manager.fullname" . }}
{{- with .Values.serverSideTagging.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
{{- with .Values.serverSideTagging.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
4 changes: 4 additions & 0 deletions charts/google-tag-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ previewServer:

secretEnvironment: {}

priorityClassName: ""

nodeSelector: {}

affinity: {}
Expand Down Expand Up @@ -199,6 +201,8 @@ serverSideTagging:

secretEnvironment: {}

priorityClassName: ""

nodeSelector: {}

affinity: {}
Expand Down

0 comments on commit 23b9bb4

Please sign in to comment.