--- # yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: &app zigbee2mqtt namespace: &namespace default spec: commonMetadata: labels: app.kubernetes.io/name: *app dependsOn: - name: mosquitto namespace: database - name: node-feature-discovery-rules namespace: kube-system - name: rook-ceph-cluster namespace: rook-ceph - name: volsync namespace: volsync components: - ../../../../components/ext-auth - ../../../../components/gatus/guarded - ../../../../components/volsync interval: 1h path: ./kubernetes/apps/default/zigbee2mqtt/app postBuild: substitute: APP: *app VOLSYNC_CAPACITY: 2Gi GATUS_STATUS: "401" GATUS_SUBDOMAIN: zigbee prune: true retryInterval: 2m sourceRef: kind: GitRepository name: flux-system namespace: flux-system targetNamespace: *namespace timeout: 5m wait: false