This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
homelab/kubernetes/clusters/production/apps.yaml

17 lines
302 B
YAML
Raw Normal View History

2024-09-21 20:47:49 +00:00
---
2024-09-21 23:43:27 +00:00
apiVersion: kustomize.toolkit.fluxcd.io/v1
2024-09-21 20:47:49 +00:00
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
dependsOn:
2024-09-21 20:54:12 +00:00
- name: infrastructure
2024-09-21 20:47:49 +00:00
sourceRef:
kind: GitRepository
name: flux-system
2024-09-23 09:13:51 +00:00
path: ./kubernetes/apps/production
2024-09-21 20:47:49 +00:00
prune: true
wait: true