Merge branch 'master' of github.com:sirius0xdev/gcloud-lab
hhh#
This commit is contained in:
commit
78c354bd72
1 changed files with 14 additions and 5 deletions
|
|
@ -22,17 +22,26 @@ spec:
|
||||||
upgrade:
|
upgrade:
|
||||||
crds: CreateReplace
|
crds: CreateReplace
|
||||||
values:
|
values:
|
||||||
# Operator configuration
|
|
||||||
operatorConfig:
|
operatorConfig:
|
||||||
# Tag to use for pods created by the operator (e.g., tailnet)
|
|
||||||
tags: [tailnet]
|
tags: [tailnet]
|
||||||
# Auth key from secret - PLACEHOLDER, replace with real key
|
|
||||||
operatorSecretRef:
|
operatorSecretRef:
|
||||||
name: tailscale-operator-authkey
|
name: tailscale-operator-authkey
|
||||||
key: authkey
|
key: authkey
|
||||||
logFile: "/var/log/tailscale.log"
|
logFile: "/var/log/tailscale.log"
|
||||||
# Don't block pod startup if Tailscale auth fails
|
|
||||||
waitForLinkLocal: false
|
waitForLinkLocal: false
|
||||||
# Disable webhook (optional)
|
useOAuth: false
|
||||||
|
useOIDC: false
|
||||||
|
podSecurityContext:
|
||||||
|
runAsNonRoot: true
|
||||||
|
runAsUser: 65532
|
||||||
|
runAsGroup: 65532
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
runAsNonRoot: true
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
webhook:
|
webhook:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue