allow gitea ssh access via nginx controller
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,3 +23,5 @@ spec:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 180Mi
|
||||
tcp:
|
||||
22: git/gitea-ssh:22
|
||||
Reference in New Issue
Block a user