Skip to content
Snippets Groups Projects
Commit da50e308 authored by xeruf's avatar xeruf
Browse files

production: remove apps to trace namespace deletion

parent 37a50b1a
No related branches found
No related tags found
No related merge requests found
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: gitea
namespace: flux-system
spec:
interval: 30m
wait: true
timeout: 12h
dependsOn:
- name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspout
path: ./basic/apps/dev
prune: true
#healthChecks:
# - apiVersion: helm.toolkit.fluxcd.io/v2beta1
# kind: HelmRelease
# name: gitea
# namespace: stackspout
# - apiVersion: apps/v1
# kind: Deployment
# name: gitea-memcached
# namespace: stackspout
# - apiVersion: apps/v1
# kind: StatefulSet
# name: gitea-postgresql
# namespace: stackspout
# - apiVersion: apps/v1
# kind: StatefulSet
# name: gitea
# namespace: stackspout
postBuild:
substituteFrom:
#- kind: Secret
# name: stackspin-gitea-variables
- kind: Secret
name: stackspin-gitea-oauth-variables
- kind: Secret
name: stackspin-cluster-variables
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: suitecrm
namespace: flux-system
spec:
interval: 30m
wait: true
timeout: 12h
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
postBuild:
substituteFrom:
#- kind: Secret
# name: stackspin-suitecrm-variables
#- kind: Secret
# name: stackspin-suitecrm-oauth-variables
- kind: Secret
name: stackspin-cluster-variables
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: vikunja
namespace: flux-system
spec:
interval: 30m
wait: true
timeout: 300m
dependsOn:
- name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspout
path: ./basic/apps/do
prune: true
#healthChecks:
# - apiVersion: helm.toolkit.fluxcd.io/v2beta1
# kind: HelmRelease
# name: vikunja
# namespace: stackspout
# - apiVersion: apps/v1
# kind: Deployment
# name: vikunja
# namespace: stackspout
# - apiVersion: apps/v1
# kind: StatefulSet
# name: gitea
# namespace: stackspout
postBuild:
substituteFrom:
#- kind: Secret
# name: stackspin-vikunja-variables
- kind: Secret
name: stackspin-vikunja-oauth-variables
- kind: Secret
name: stackspin-cluster-variables
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment