Skip to content

Commit

Permalink
feat: add traefik middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
jnobrega committed May 9, 2024
1 parent 62bdbe5 commit bdf2dc5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions k8s/apps/network/traefik/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,22 @@ spec:
interval: 30m
retryInterval: 1m
timeout: 5m
---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: traefik-middlewares
namespace: flux-system
spec:
dependsOn:
- name: traefik
path: ./k8s/apps/network/traefik/middlewares
prune: true
sourceRef:
kind: GitRepository
name: home-cluster
wait: true
interval: 30m
retryInterval: 1m
timeout: 5m

0 comments on commit bdf2dc5

Please sign in to comment.