titan-iac/infrastructure/flux-system/kustomization-longhorn-ui.yaml

19 lines
423 B
YAML
Raw Normal View History

2025-09-07 13:20:49 -05:00
# infrastructure/flux-system/kustomization-longhorn-ui.yaml
2025-09-05 02:12:45 -05:00
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: longhorn-ui
namespace: flux-system
spec:
interval: 10m
path: ./infrastructure/longhorn/ui-ingress
targetNamespace: longhorn-system
prune: true
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
dependsOn:
- name: core
wait: true