add tailscale
This commit is contained in:
21
clusters/cl01tl/services/tailscale-operator/values.yaml
Normal file
21
clusters/cl01tl/services/tailscale-operator/values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
tailscale-operator:
|
||||
oauth: {}
|
||||
installCRDs: true
|
||||
operatorConfig:
|
||||
defaultTags:
|
||||
- "tag:k8s-operator"
|
||||
logging: info
|
||||
hostname: tailscale-operator-cl01tl
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
operatorConfig:
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
proxyConfig:
|
||||
defaultTags: "tag:k8s"
|
||||
firewallMode: auto
|
||||
defaultProxyClass: "default"
|
||||
apiServerProxyConfig:
|
||||
mode: "false"
|
Reference in New Issue
Block a user