feat(forgejo): changed type of the ssh service in forgejo to loadbalancer
This commit is contained in:
parent
6c6a25aecb
commit
d2dcc7d260
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
nodePort: 32222
|
nodePort: 32222
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/elb.id: 7d954977-9ab8-4d43-a163-255a75605b82
|
||||||
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
Loading…
Reference in a new issue