Add conditional;Inject manifests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -7,6 +7,9 @@ platform:
|
||||
- name: traefik
|
||||
namespace: kube-system
|
||||
config: |2
|
||||
# ingressRoute:
|
||||
# dashboard:
|
||||
# enabled: true
|
||||
ports:
|
||||
ssh:
|
||||
port: 8022
|
||||
@ -23,6 +26,8 @@ platform:
|
||||
url: https://dl.gitea.io/charts/
|
||||
- name: argo
|
||||
url: https://argoproj.github.io/argo-helm
|
||||
- name: sealed-secrets
|
||||
url: https://bitnami-labs.github.io/sealed-secrets
|
||||
|
||||
components:
|
||||
|
||||
@ -78,6 +83,18 @@ components:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
manifests:
|
||||
- type: ingressroutetcp
|
||||
name: gitea-ssh
|
||||
namespace: gitea
|
||||
config: |2
|
||||
entryPoints:
|
||||
- ssh
|
||||
routes:
|
||||
- match: HostSNI(`*`)
|
||||
services:
|
||||
- name: gitea-ssh
|
||||
port: 22
|
||||
|
||||
argo-cd:
|
||||
helm:
|
||||
|
Reference in New Issue
Block a user