feat(net): 新增tailscale节点

这个提交包含在:
2025-05-09 10:40:06 +08:00
未验证
父节点 0f0259a146
当前提交 da516e4bfa
修改 2 个文件,包含 33 行新增0 行删除
@@ -0,0 +1,33 @@
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: tailscale-derp-sh
namespace: infra-net
spec:
repo: https://devcm-repo.github.io/helm-charts
chart: tailscale-derp
version: 0.0.6
targetNamespace: infra-net
valuesContent: |-
nodeSelector:
kubernetes.io/hostname: tcd
hostNetwork: true
extraVolumes:
- name: cert-volume
secret:
secretName: dev-cm-crt
items:
- key: tls.key
path: tcd.node.dev.cm.key
- key: tls.crt
path: tcd.node.dev.cm.crt
extraVolumeMounts:
- name: cert-volume
mountPath: /certs
derp:
hostname: 'tcd.node.dev.cm'
verify_clients: true
http_port: -1
https_port: 30443
stun_port: 33478
certdir: /certs