update service port

This commit is contained in:
2024-07-27 00:03:44 +10:00
parent d98644b629
commit a657ade1a7
6 changed files with 42 additions and 57 deletions

View File

@@ -0,0 +1,18 @@
spec:
ports:
- name: dns-tcp
port: 53
targetPort: 53
protocol: TCP
- name: dns-tls-tcp
port: 853
targetPort: 853
protocol: TCP
- name: dnscrypt-tcp
port: 5443
targetPort: 5443
protocol: TCP
- name: https-pprof
port: 6060
targetPort: 6060
protocol: TCP