mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
Merge branch 'main' into refactor/server-restructure
This commit is contained in:
@@ -7,7 +7,7 @@ spec:
|
|||||||
interval: 15m
|
interval: 15m
|
||||||
path: ./nfs-subdir-external-provisioner
|
path: ./nfs-subdir-external-provisioner
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: traefik-config
|
- name: traefik
|
||||||
prune: false # remove any elements later removed from the above path
|
prune: false # remove any elements later removed from the above path
|
||||||
timeout: 2m # if not set, this defaults to interval duration, which is 1h
|
timeout: 2m # if not set, this defaults to interval duration, which is 1h
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
||||||
kind: Kustomization
|
|
||||||
metadata:
|
|
||||||
name: snapshot-controller
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 15m
|
|
||||||
path: ./snapshot-controller
|
|
||||||
prune: false # remove any elements later removed from the above path
|
|
||||||
timeout: 2m # if not set, this defaults to interval duration, which is 1h
|
|
||||||
sourceRef:
|
|
||||||
kind: GitRepository
|
|
||||||
name: flux-system
|
|
||||||
healthChecks:
|
|
||||||
- apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
name: snapshot-controller
|
|
||||||
namespace: snapshot-controller
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
||||||
kind: Kustomization
|
|
||||||
metadata:
|
|
||||||
name: traefik-config
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 15m
|
|
||||||
path: ./traefik-config
|
|
||||||
dependsOn:
|
|
||||||
- name: traefik
|
|
||||||
prune: false # remove any elements later removed from the above path
|
|
||||||
timeout: 2m # if not set, this defaults to interval duration, which is 1h
|
|
||||||
sourceRef:
|
|
||||||
kind: GitRepository
|
|
||||||
name: flux-system
|
|
||||||
Reference in New Issue
Block a user