feat(forgejo): changed type of the ssh service in forgejo to loadbalancer
This commit is contained in:
parent
55daf0fd89
commit
6c6a25aecb
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ gitea:
|
|||
|
||||
service:
|
||||
ssh:
|
||||
type: NodePort
|
||||
type: LoadBalancer
|
||||
nodePort: 32222
|
||||
externalTrafficPolicy: Local
|
||||
|
||||
|
|
Loading…
Reference in a new issue