feat(drep): 新增derp配置
这个提交包含在:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: helm.cattle.io/v1
|
apiVersion: helm.cattle.io/v1
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
metadata:
|
metadata:
|
||||||
name: tailscale-derp
|
name: tailscale-derp-hk
|
||||||
namespace: infra-net
|
namespace: infra-net
|
||||||
spec:
|
spec:
|
||||||
repo: https://devcm-repo.github.io/helm-charts
|
repo: https://devcm-repo.github.io/helm-charts
|
||||||
@@ -10,6 +10,24 @@ spec:
|
|||||||
targetNamespace: infra-net
|
targetNamespace: infra-net
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: tthk
|
kubernetes.io/hostname: tchk
|
||||||
drep:
|
hostNetwork: true
|
||||||
hostname: 'derp-hk.dev.cm'
|
extraVolumes:
|
||||||
|
- name: cert-volume
|
||||||
|
secret:
|
||||||
|
secretName: dev-cm-crt
|
||||||
|
items:
|
||||||
|
- key: tls.key
|
||||||
|
path: tchk.node.dev.cm.key
|
||||||
|
- key: tls.crt
|
||||||
|
path: tchk.node.dev.cm.crt
|
||||||
|
extraVolumeMounts:
|
||||||
|
- name: cert-volume
|
||||||
|
mountPath: /certs
|
||||||
|
derp:
|
||||||
|
hostname: 'tchk.node.dev.cm'
|
||||||
|
verify_clients: true
|
||||||
|
http_port: -1
|
||||||
|
https_port: 30443
|
||||||
|
stun_port: 33478
|
||||||
|
certdir: /certs
|
||||||
在新议题中引用
屏蔽一个用户