feat(prod): add ssh to loadbalancer
This commit is contained in:
parent
894b6906e7
commit
704b739545
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: 4a8b3649-08a8-4da4-8d3d-5aed3781cf94
|
||||||
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
Loading…
Reference in a new issue