Create infra and add traefik

This commit is contained in:
2024-02-10 16:16:16 +00:00
parent 90ee7b1182
commit 629b3c3d35
12 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: traefik
namespace: ingress
spec:
interval: 5m
chart:
spec:
chart: traefik/traefik
version: 'v26.0.0'
sourceRef:
kind: HelmRepository
name: traefik
namespace: ingress
interval: 15m
valuesFiles:
- values.yaml