Merge pull request #586 from 3dwardch3ng/app/adguard-home

update service ports adguard-home
This commit is contained in:
2024-07-20 13:03:18 +10:00
committed by GitHub
2 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash
set -e
serviceName=$1
kubectl patch service ingress-nginx-controller -n argocd --patch "$(cat $serviceName.yaml)"
kubectl apply service ingress-nginx-controller -n argocd --patch "$(cat ports.yaml)"

View File

@@ -1,5 +1,15 @@
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