code: share ipv4 from ingress

This commit is contained in:
xeruf 2022-11-09 16:13:04 +00:00
parent 402fc98d12
commit 22d4860a9c
2 changed files with 5 additions and 7 deletions

View File

@ -5,6 +5,8 @@ kind: Service
metadata:
name: gitea-ssh
namespace: stackspout
annotations:
metallb.universe.tf/allow-shared-ip: "share-ipv4"
spec:
type: LoadBalancer
loadBalancerIP: 212.224.115.169 #"${ip_address}"

View File

@ -7,10 +7,6 @@ data:
values.yaml: |
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx
controller:
image:
registry: "k8s.gcr.io"
controller:
admissionWebhooks:
patch:
image:
registry: "k8s.gcr.io"
service:
annotations:
metallb.universe.tf/allow-shared-ip: "share-ipv4"