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

View File

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