update service port
This commit is contained in:
@@ -20,8 +20,8 @@ cachePersistence:
|
|||||||
size: 1Gi
|
size: 1Gi
|
||||||
existingClaim: "renovate-pvc"
|
existingClaim: "renovate-pvc"
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
port: 8899
|
port: 18899
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ data:
|
|||||||
"1888": "rlpa/rlpa-server:1888"
|
"1888": "rlpa/rlpa-server:1888"
|
||||||
"5443": "adguard-home/adguard-home:5443"
|
"5443": "adguard-home/adguard-home:5443"
|
||||||
"6060": "adguard-home/adguard-home:6060"
|
"6060": "adguard-home/adguard-home:6060"
|
||||||
"8899": "renovate/renovate:8899"
|
|
||||||
"32400": "plex/plex-media-server:32400"
|
"32400": "plex/plex-media-server:32400"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
18
scripts/ingress-nginx/adguard-home-tcp.yaml
Normal file
18
scripts/ingress-nginx/adguard-home-tcp.yaml
Normal 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
|
||||||
22
scripts/ingress-nginx/adguard-home-udp.yaml
Normal file
22
scripts/ingress-nginx/adguard-home-udp.yaml
Normal 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
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
spec:
|
|
||||||
ports:
|
|
||||||
- appProtocol: http
|
|
||||||
name: http
|
|
||||||
port: 80
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: http
|
|
||||||
- appProtocol: https
|
|
||||||
name: https
|
|
||||||
port: 443
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: https
|
|
||||||
- name: dns-tcp
|
|
||||||
port: 53
|
|
||||||
targetPort: 53
|
|
||||||
protocol: TCP
|
|
||||||
- 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-tcp
|
|
||||||
port: 853
|
|
||||||
targetPort: 853
|
|
||||||
protocol: TCP
|
|
||||||
- name: dns-tls-udp
|
|
||||||
port: 853
|
|
||||||
targetPort: 853
|
|
||||||
protocol: UDP
|
|
||||||
- name: dnscrypt-tcp
|
|
||||||
port: 5443
|
|
||||||
targetPort: 5443
|
|
||||||
protocol: TCP
|
|
||||||
- name: dnscrypt-udp
|
|
||||||
port: 5443
|
|
||||||
targetPort: 5443
|
|
||||||
protocol: UDP
|
|
||||||
- name: https-pprof
|
|
||||||
port: 6060
|
|
||||||
targetPort: 6060
|
|
||||||
protocol: TCP
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
spec:
|
|
||||||
ports:
|
|
||||||
- name: 8899-tcp
|
|
||||||
port: 8899
|
|
||||||
targetPort: 8899
|
|
||||||
protocol: TCP
|
|
||||||
Reference in New Issue
Block a user