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