Compare commits

...

2 Commits

4 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ spec:
helm:
valueFiles:
- $values/gitea/values.yaml
- repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git
- repoURL: https://git2.lunarfront.tech/ryan/lunarfront-charts.git
targetRevision: main
ref: values
destination:

View File

@@ -6,7 +6,7 @@ metadata:
spec:
project: default
source:
repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git
repoURL: https://git2.lunarfront.tech/ryan/lunarfront-charts.git
targetRevision: main
path: runner
destination:

View File

@@ -63,11 +63,11 @@ persistence:
service:
ssh:
type: LoadBalancer
type: ClusterIP
port: 22
annotations:
service.beta.kubernetes.io/do-loadbalancer-name: "gitea-ssh"
external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech
external-dns.alpha.kubernetes.io/target: "167.99.21.170"
ingress:
enabled: true

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: tcp-services
namespace: ingress-nginx
data:
"22": "gitea/gitea-ssh:22"