code: update metallb-gitea service

This commit is contained in:
xeruf 2022-11-09 12:32:13 +00:00
parent d276c680d9
commit 8e67547074
1 changed files with 5 additions and 1 deletions

View File

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