David Anderson c31c6745c4 WIP helm chart
Signed-off-by: David Anderson <danderson@tailscale.com>
2023-01-26 10:38:24 -08:00

39 lines
626 B
YAML

# Default values for chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: tailscale/k8s-operator
pullPolicy: IfNotPresent
tag: "v1.36.0"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
namespace: "tailscale"
tailscaleCredential:
clientID: "" # YOUR CLIENT ID MUST GO HERE
clientSecret: "" # YOUR CLIENT SECRET MUST GO HERE
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
resources:
requests:
cpu: 500m
memory: 100Mi
# limits:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}