diff --git a/charts/unleash-edge/Chart.yaml b/charts/unleash-edge/Chart.yaml index 6f83eb7..68397bc 100644 --- a/charts/unleash-edge/Chart.yaml +++ b/charts/unleash-edge/Chart.yaml @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 2.7.3 +version: 2.7.4 appVersion: "v19.6.1" diff --git a/charts/unleash-edge/templates/deployment.yaml b/charts/unleash-edge/templates/deployment.yaml index c4039ac..56726d3 100644 --- a/charts/unleash-edge/templates/deployment.yaml +++ b/charts/unleash-edge/templates/deployment.yaml @@ -55,7 +55,6 @@ spec: {{- if .Values.env }} {{- toYaml .Values.env | nindent 12 }} {{- end }} - securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" @@ -102,6 +101,9 @@ spec: {{- end }} resources: {{- toYaml .Values.resources | nindent 12 }} + {{- if .Values.priorityClassName }} + priorityClassName: {{ .Values.priorityClassName }} + {{- end }} {{ with .Values.volumes }} volumes: {{- range . }} diff --git a/charts/unleash-edge/values.yaml b/charts/unleash-edge/values.yaml index 05d5b40..cb86ffe 100644 --- a/charts/unleash-edge/values.yaml +++ b/charts/unleash-edge/values.yaml @@ -20,17 +20,18 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" - deploymentAnnotations: {} podAnnotations: {} podLabels: {} -podSecurityContext: {} +podSecurityContext: + {} # fsGroup: 2000 -securityContext: {} +securityContext: + {} # capabilities: # drop: # - ALL @@ -63,7 +64,8 @@ resources: ingress: enabled: false className: "" - annotations: {} + annotations: + {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: @@ -123,7 +125,8 @@ tolerations: [] affinity: {} -topologySpreadConstraints: {} +topologySpreadConstraints: + {} # - maxSkew: 1 # topologyKey: topology.kubernetes.io/zone # whenUnsatisfiable: DoNotSchedule @@ -181,3 +184,5 @@ podDisruptionBudget: enabled: false minAvailable: maxUnavailable: 1 + +priorityClassName: ""