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:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
nodePort: 32222
|
nodePort: 32222
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue