Add traefik yaml

This commit is contained in:
Kasper Juul Hermansen 2022-05-09 15:23:29 +02:00
parent 958afc9ee0
commit 2afedbf9e6
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
4 changed files with 27 additions and 0 deletions

View File

@ -3,3 +3,4 @@ kind: Kustomization
namespace: flux-system
resources:
- emberstack.yaml
- traefik.yaml

View File

@ -0,0 +1,7 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: traefik
spec:
interval: 30m
url: https://helm.traefik.io/traefik

View File

@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- release.yaml
# - helm-chart-config.traefik.yaml
- ingress.yaml

View File

@ -0,0 +1,18 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: traefik
spec:
releaseName: traefik
chart:
spec:
chart: traefik
sourceRef:
kind: HelmRepository
name: traefik
namespace: flux-system
version: "10.19.5"
interval: 1h0m0s
install:
remediation:
retries: 3