mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
19 lines
486 B
YAML
19 lines
486 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: uptime-kuma
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 15m
|
|
path: ./uptime-kuma
|
|
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: apps/v1
|
|
kind: Deployment
|
|
name: uptime-kuma
|
|
namespace: uptime-kuma
|