Compare commits
2 Commits
3a27ccfe8d
...
644e5240b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
644e5240b4 | ||
|
|
f7786f3e19 |
@@ -19,7 +19,7 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/gitea/values.yaml
|
- $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
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git
|
repoURL: https://git2.lunarfront.tech/ryan/lunarfront-charts.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: runner
|
path: runner
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -63,11 +63,11 @@ persistence:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
type: LoadBalancer
|
type: ClusterIP
|
||||||
port: 22
|
port: 22
|
||||||
annotations:
|
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/hostname: git2-ssh.lunarfront.tech
|
||||||
|
external-dns.alpha.kubernetes.io/target: "167.99.21.170"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
7
ingress/tcp-services.yaml
Normal file
7
ingress/tcp-services.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: tcp-services
|
||||||
|
namespace: ingress-nginx
|
||||||
|
data:
|
||||||
|
"22": "gitea/gitea-ssh:22"
|
||||||
Reference in New Issue
Block a user