Files
apps
infrastructure
argocd
argo-apps.application.yaml
argocd-cmd-params.configmap.yaml
argocd-oauth.configmap.yaml
argocd-oauth.sealedsecret.yaml
argocd-rbac.configmap.yaml
argocd.configmap.yaml
bootstrap-repo.sealedsecret.yaml
ingress.yaml
known-hosts.configmap.yaml
kustomization.yaml
namespace.yaml
servicemonitor.yaml
authelia
backup
external
external-dns
gitea
metallb-system
monitoring
nfs-provisioner
pg-ha
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
README.md
renovate.json
k3s-infra/infrastructure/argocd/ingress.yaml

17 lines
324 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: argocd-ingressroute
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`argocd.kluster.moll.re`)
services:
- name: argocd-server
port: 443
scheme: https
tls:
certResolver: default-tls