diff options
| author | Bjorn Stange <88403856+bjorn-stange-expel@users.noreply.github.com> | 2026-04-17 07:57:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-17 12:57:12 +0100 |
| commit | 47ecbe5845b90efc4511f6f9e712aa55bb2b4ec7 (patch) | |
| tree | 307ac7b3a6e535d9614f5ef379b20656acf81ac4 /cmd/k8s-operator/deploy/chart/values.yaml | |
| parent | 00a08ea86de27192a6fe2349ff1bf080b7f23f6f (diff) | |
| download | tailscale-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.yaml | 2 |
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: {} |
