code: add gitea hostPort
This commit is contained in:
parent
8e67547074
commit
36779872aa
|
@ -41,3 +41,6 @@ data:
|
|||
persistence:
|
||||
enabled: true
|
||||
existingClaim: gitea-postgres
|
||||
service:
|
||||
ssh:
|
||||
hostPort: 22
|
||||
|
|
|
@ -5,9 +5,6 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: gitea-ssh
|
||||
namespace: kube-system
|
||||
annotations:
|
||||
#metallb.universe.tf/allow-shared-ip: "key-to-share-1.2.3.4"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: "${ip_address}"
|
||||
|
|
Loading…
Reference in New Issue