mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
24 lines
368 B
YAML
24 lines
368 B
YAML
image:
|
|
repository: tailscale/tailscale
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.60.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
tailscaleConfig:
|
|
authkey: ''
|
|
hostname: ''
|
|
advertiseRoutes: []
|
|
advertiseExitNode: false
|
|
userspace: true
|
|
acceptDns: false
|
|
extraArgs: []
|
|
extraDaemonArgs: []
|
|
additionalEnvs: []
|
|
|
|
tailscaleNetwork:
|
|
hostNetwork: false
|