code: update metallb-gitea service
This commit is contained in:
parent
d276c680d9
commit
8e67547074
|
@ -13,8 +13,12 @@ spec:
|
||||||
loadBalancerIP: "${ip_address}"
|
loadBalancerIP: "${ip_address}"
|
||||||
ports:
|
ports:
|
||||||
- name: ssh
|
- name: ssh
|
||||||
protocol: SSH
|
protocol: TCP
|
||||||
port: 22
|
port: 22
|
||||||
targetPort: 22
|
targetPort: 22
|
||||||
selector:
|
selector:
|
||||||
app: gitea
|
app: gitea
|
||||||
|
status:
|
||||||
|
loadBalancer:
|
||||||
|
ingress:
|
||||||
|
- ip: "${ip_address}"
|
||||||
|
|
Loading…
Reference in New Issue