Skip to content
Snippets Groups Projects
Commit b1bc79cc authored by xeruf's avatar xeruf
Browse files

Fix IP Sharing between ingress and forgejo

parent d6043371
Branches
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ data:
ssh:
type: LoadBalancer
hostPort: 22
externalTrafficPolicy: "Local"
externalTrafficPolicy: "Cluster"
loadBalancerIP: "${ip_address}"
annotations:
metallb.universe.tf/allow-shared-ip: "share-ipv4"
......@@ -8,6 +8,6 @@ data:
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx
controller:
service:
externalTrafficPolicy: "Local"
externalTrafficPolicy: "Cluster"
annotations:
metallb.universe.tf/allow-shared-ip: "share-ipv4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment