diff --git a/charts/cloudflare-tunnel/templates/deployment.yaml b/charts/cloudflare-tunnel/templates/deployment.yaml index 7b50786..8600176 100644 --- a/charts/cloudflare-tunnel/templates/deployment.yaml +++ b/charts/cloudflare-tunnel/templates/deployment.yaml @@ -77,6 +77,10 @@ spec: items: - key: config.yaml path: config.yaml + {{- with .Values.priorityClassName }} + priorityClassName: + {{- toYaml . | nindent 8 }} + {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}