code: share ipv4 from ingress
This commit is contained in:
parent
402fc98d12
commit
22d4860a9c
|
@ -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}"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue