allow gitea ssh access via nginx controller

This commit is contained in:
2023-10-19 16:43:45 -04:00
parent cd37c1fbb3
commit ea43908aae
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ spec:
chart: gitea chart: gitea
targetNamespace: git targetNamespace: git
repo: https://dl.gitea.io/charts/ repo: https://dl.gitea.io/charts/
version: 9.5.0 version: 9.5.1
valuesContent: |- valuesContent: |-
resources: resources:
limits: limits:
@@ -55,8 +55,6 @@ spec:
service: service:
ssh: ssh:
port: 22 port: 22
annotations:
metallb.universe.tf/allow-shared-ip: test
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx

View File

@@ -23,3 +23,5 @@ spec:
limits: limits:
cpu: 100m cpu: 100m
memory: 180Mi memory: 180Mi
tcp:
22: git/gitea-ssh:22