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: metadata:
name: gitea-ssh name: gitea-ssh
namespace: stackspout namespace: stackspout
annotations:
metallb.universe.tf/allow-shared-ip: "share-ipv4"
spec: spec:
type: LoadBalancer type: LoadBalancer
loadBalancerIP: 212.224.115.169 #"${ip_address}" loadBalancerIP: 212.224.115.169 #"${ip_address}"

View File

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