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,22 @@
spec:
ports:
- name: dns-udp
port: 53
targetPort: 53
protocol: UDP
- name: dhcps-udp
port: 67
targetPort: 67
protocol: UDP
- name: dhcpc-udp
port: 68
targetPort: 68
protocol: UDP
- name: dns-tls-udp
port: 853
targetPort: 853
protocol: UDP
- name: dnscrypt-udp
port: 5443
targetPort: 5443
protocol: UDP