code: add gitea hostPort

This commit is contained in:
xeruf 2022-11-09 12:42:31 +00:00
parent 8e67547074
commit 36779872aa
2 changed files with 3 additions and 3 deletions

View File

@ -41,3 +41,6 @@ data:
persistence:
enabled: true
existingClaim: gitea-postgres
service:
ssh:
hostPort: 22

View File

@ -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}"