feat(forgejo): reconfigure loadbalancer to allow ssh
This commit is contained in:
parent
5f116820d0
commit
65ecf59bbf
1 changed files with 4 additions and 2 deletions
|
@ -151,9 +151,11 @@ gitea:
|
||||||
|
|
||||||
service:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
nodePort: 32222
|
nodePort: 32222
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Cluster
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/elb.id: {{{ .Env.LOADBALANCER_ID }}}
|
||||||
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
Reference in a new issue