code: variable for loadbalancer ip
This commit is contained in:
parent
049eb01000
commit
4efe0140d1
|
@ -1,7 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: tcp-services
|
|
||||||
namespace: stackspout
|
|
||||||
data:
|
|
||||||
22: "gitea:22"
|
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
metallb.universe.tf/allow-shared-ip: "share-ipv4"
|
metallb.universe.tf/allow-shared-ip: "share-ipv4"
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
loadBalancerIP: 212.224.115.169 #"${ip_address}"
|
loadBalancerIP: "${ip_address}"
|
||||||
ports:
|
ports:
|
||||||
- name: ssh
|
- name: ssh
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in New Issue