17 行
346 B
YAML
17 行
346 B
YAML
# server 主节点
|
|
cluster-init: true
|
|
tls-san:
|
|
- "k3s.dev.cm,k3s.fillcode.com"
|
|
|
|
# 数据相关
|
|
etcd-snapshot-retention: "1"
|
|
etcd-snapshot-schedule-cron: "0 0 * * *"
|
|
etcd-snapshot-compress: true
|
|
|
|
# 网络相关
|
|
vpn-auth: "name=tailscale,joinKey=tskey-auth-kUMo6hWP9711CNTRL-oo21xakMTxCKJBWK8t9XxComm3fAFUvy"
|
|
|
|
# 组件相关
|
|
disable:
|
|
- traefik
|