code: variable for loadbalancer ip

This commit is contained in:
xeruf 2022-11-09 16:28:43 +00:00
parent 049eb01000
commit 4efe0140d1
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: tcp-services
namespace: stackspout
data:
22: "gitea:22"

View File

@ -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