Skip to content

Commit

Permalink
Merge pull request #170 from Jennls82/add-priority-class
Browse files Browse the repository at this point in the history
adding priority class
  • Loading branch information
jainishshah17 authored May 17, 2023
2 parents 6c0bf64 + 4f4be46 commit b707908
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/tugger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.1.8"
description: A Helm chart for Tugger
name: tugger
version: 0.4.4
version: 0.4.5
keywords:
- DevOps
- helm
Expand Down
3 changes: 3 additions & 0 deletions chart/tugger/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
imagePullSecrets:
- name: {{ . }}
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
Expand Down
2 changes: 2 additions & 0 deletions chart/tugger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ image:
pullPolicy: IfNotPresent
pullSecret:

priorityClassName: ""

service:
type: ClusterIP
port: 443
Expand Down

0 comments on commit b707908

Please sign in to comment.