code: namespace metallb loadbalancer
This commit is contained in:
parent
06a431dd3e
commit
402fc98d12
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: gitea-ssh
|
name: gitea-ssh
|
||||||
|
namespace: stackspout
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
loadBalancerIP: "${ip_address}"
|
loadBalancerIP: 212.224.115.169 #"${ip_address}"
|
||||||
ports:
|
ports:
|
||||||
- name: ssh
|
- name: ssh
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Add table
Reference in a new issue