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"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 212.224.115.169 #"${ip_address}"
|
||||
loadBalancerIP: "${ip_address}"
|
||||
ports:
|
||||
- name: ssh
|
||||
protocol: TCP
|
||||
|
|
Loading…
Reference in New Issue