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

update service ports adguard-home
This commit is contained in:
2024-07-20 13:10:10 +10:00
committed by GitHub

View File

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