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