Add annotations
allow-shared-ip to gitea-ssh-service
This commit is contained in:
parent
4e6e82c392
commit
d3fbd8d88b
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,8 @@ apiVersion: v1
|
|||
metadata:
|
||||
name: gitea-ssh-service
|
||||
namespace: default
|
||||
annotations:
|
||||
metallb.universe.tf/allow-shared-ip: "repo-server-svc"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
|
@ -22,4 +24,5 @@ spec:
|
|||
ports:
|
||||
- port: 2225
|
||||
targetPort: 22
|
||||
protocol: TCP
|
||||
|
||||
|
|
Loading…
Reference in a new issue