summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator/deploy/chart/values.yaml
diff options
context:
space:
mode:
authorBjorn Stange <88403856+bjorn-stange-expel@users.noreply.github.com>2026-04-17 07:57:12 -0400
committerGitHub <noreply@github.com>2026-04-17 12:57:12 +0100
commit47ecbe5845b90efc4511f6f9e712aa55bb2b4ec7 (patch)
tree307ac7b3a6e535d9614f5ef379b20656acf81ac4 /cmd/k8s-operator/deploy/chart/values.yaml
parent00a08ea86de27192a6fe2349ff1bf080b7f23f6f (diff)
downloadtailscale-47ecbe5845b90efc4511f6f9e712aa55bb2b4ec7.tar.xz
tailscale-47ecbe5845b90efc4511f6f9e712aa55bb2b4ec7.zip
cmd/k8s-operator: add priorityClassName support to helm chart (#19236)
Expose priorityClassName in the operator Helm chart values so that users can configure the operator deployment with a Kubernetes PriorityClass. This prevents the operator pods from being preempted by lower-priority workloads. Fixes #19235 Signed-off-by: Bjorn Stange <bjorn.stange@expel.io> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'cmd/k8s-operator/deploy/chart/values.yaml')
-rw-r--r--cmd/k8s-operator/deploy/chart/values.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/k8s-operator/deploy/chart/values.yaml b/cmd/k8s-operator/deploy/chart/values.yaml
index 8517d77aa..7cebb2ef2 100644
--- a/cmd/k8s-operator/deploy/chart/values.yaml
+++ b/cmd/k8s-operator/deploy/chart/values.yaml
@@ -72,6 +72,8 @@ operatorConfig:
affinity: {}
+ priorityClassName: ""
+
podSecurityContext: {}
securityContext: {}