mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 12:41:13 +00:00
25 lines
592 B
YAML
25 lines
592 B
YAML
# Flux Kustomization for Longhorn
|
|
# Separate from main homeprod because Longhorn CRDs must be installed
|
|
# before RecurringJob resources can be applied
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: longhorn
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: homeprod
|
|
path: ./kubernetes/system/longhorn
|
|
decryption:
|
|
provider: sops
|
|
secretRef:
|
|
name: flux-sops
|
|
healthChecks:
|
|
- apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: longhorn-manager
|
|
namespace: longhorn-system
|