update service ports adguard-home

This commit is contained in:
2024-07-20 12:56:11 +10:00
parent e15d8c3930
commit 518a149959
3 changed files with 44 additions and 12 deletions

View File

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