apps
infrastructure
argocd
argo-apps.application.yaml
argocd.configmap.yaml
bootstrap-repo.sealedsecret.yaml
ingress.yaml
known-hosts.configmap.yaml
kustomization.yaml
namespace.yaml
backup
external
gitea
metallb-system
nfs
pg-ha
postgres
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
README.md
renovate.json
20 lines
356 B
YAML
20 lines
356 B
YAML
---
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: argocd-ingressroute
|
|
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
|
|
- match: Host(`argocd.kluster.moll.re`)
|
|
kind: Rule
|
|
services:
|
|
- name: argocd-server
|
|
port: 443
|
|
|
|
tls:
|
|
certResolver: default-tls
|