feat: Add Flux-managed Traefik HelmRelease with Hetzner LB config
This commit is contained in:
14
infrastructure/addons/traefik/kustomization.yaml
Normal file
14
infrastructure/addons/traefik/kustomization.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: addon-traefik
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
path: ./infrastructure/addons/traefik
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
dependsOn:
|
||||
- name: addon-tailscale-operator
|
||||
Reference in New Issue
Block a user