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: persistence:
enabled: true enabled: true
existingClaim: gitea-postgres existingClaim: gitea-postgres
service:
ssh:
hostPort: 22

View File

@ -5,9 +5,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: gitea-ssh name: gitea-ssh
namespace: kube-system
annotations:
#metallb.universe.tf/allow-shared-ip: "key-to-share-1.2.3.4"
spec: spec:
type: LoadBalancer type: LoadBalancer
loadBalancerIP: "${ip_address}" loadBalancerIP: "${ip_address}"