Update mysql IP

This commit is contained in:
2024-01-06 16:22:53 +11:00
parent 14d34809ab
commit 19ce5a1452
+2 -2
View File
@@ -75,7 +75,7 @@ kind: Service
metadata:
name: mysql-adguard
annotations:
metallb.universe.tf/loadBalancerIPs: 192.168.1.36
metallb.universe.tf/loadBalancerIPs: 192.168.1.201
spec:
selector:
app: mysql
@@ -85,7 +85,7 @@ spec:
targetPort: 3306
type: LoadBalancer
externalIPs:
- 192.168.1.36
- 192.168.1.201
---
apiVersion: v1