stackspout/basic/clusters/production/suitecrm-kustomization.yaml

38 lines
877 B
YAML
Raw Normal View History

2022-06-29 22:59:48 +00:00
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: suitecrm
namespace: flux-system
spec:
interval: 5m
timeout: 12h
2022-06-29 22:59:48 +00:00
dependsOn:
- name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspout
path: ./basic/apps/people
prune: true
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
name: suitecrm
namespace: stackspout
- apiVersion: apps/v1
kind: Deployment
name: suitecrm
namespace: stackspout
- apiVersion: apps/v1
kind: StatefulSet
name: suitecrm-mariadb
namespace: stackspout
2022-06-29 22:59:48 +00:00
postBuild:
substituteFrom:
#- kind: Secret
# name: stackspin-suitecrm-variables
#- kind: Secret
# name: stackspin-suitecrm-oauth-variables
2022-06-29 22:59:48 +00:00
- kind: Secret
name: stackspin-cluster-variables