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