36 lines
828 B
YAML
36 lines
828 B
YAML
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|
kind: Kustomization
|
|
metadata:
|
|
name: gatus
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 5m
|
|
retryInterval: 2m
|
|
timeout: 10m
|
|
wait: true
|
|
prune: true
|
|
path: ./apps/status/gatus
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: stackspout
|
|
dependsOn:
|
|
- name: flux
|
|
- name: local-path-provisioner
|
|
- name: gatus-secrets
|
|
- name: nginx
|
|
- name: single-sign-on
|
|
postBuild:
|
|
substituteFrom:
|
|
- kind: Secret
|
|
name: stackspin-cluster-variables
|
|
- kind: ConfigMap
|
|
name: stackspin-gatus-kustomization-variables
|
|
- kind: Secret
|
|
name: stackspin-gatus-variables
|
|
# OIDC
|
|
- kind: Secret
|
|
name: stackspin-gatus-oauth-variables
|
|
- kind: ConfigMap
|
|
name: stackspin-single-sign-on-kustomization-variables
|