code: add gitea hostPort
This commit is contained in:
parent
8e67547074
commit
36779872aa
|
@ -41,3 +41,6 @@ data:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: gitea-postgres
|
existingClaim: gitea-postgres
|
||||||
|
service:
|
||||||
|
ssh:
|
||||||
|
hostPort: 22
|
||||||
|
|
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue