update service ports adguard-home

This commit is contained in:
2024-07-20 13:02:58 +10:00
parent c11e7bb03a
commit 729033d0e6
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)"