Skip to content
Snippets Groups Projects
Commit 3ca1dbbc authored by xeruf's avatar xeruf
Browse files
parent bcaafa4a
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ metadata: ...@@ -6,6 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 5m
wait: true
timeout: 12h timeout: 12h
dependsOn: dependsOn:
- name: single-sign-on - name: single-sign-on
...@@ -14,23 +15,23 @@ spec: ...@@ -14,23 +15,23 @@ spec:
name: stackspout name: stackspout
path: ./basic/apps/dev path: ./basic/apps/dev
prune: true prune: true
healthChecks: #healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v2beta1 # - apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease # kind: HelmRelease
name: gitea # name: gitea
namespace: stackspout # namespace: stackspout
- apiVersion: apps/v1 # - apiVersion: apps/v1
kind: Deployment # kind: Deployment
name: gitea-memcached # name: gitea-memcached
namespace: stackspout # namespace: stackspout
- apiVersion: apps/v1 # - apiVersion: apps/v1
kind: StatefulSet # kind: StatefulSet
name: gitea-postgresql # name: gitea-postgresql
namespace: stackspout # namespace: stackspout
- apiVersion: apps/v1 # - apiVersion: apps/v1
kind: StatefulSet # kind: StatefulSet
name: gitea # name: gitea
namespace: stackspout # namespace: stackspout
postBuild: postBuild:
substituteFrom: substituteFrom:
#- kind: Secret #- kind: Secret
......
...@@ -6,6 +6,7 @@ metadata: ...@@ -6,6 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 5m
wait: true
timeout: 12h timeout: 12h
dependsOn: dependsOn:
- name: single-sign-on - name: single-sign-on
...@@ -14,19 +15,19 @@ spec: ...@@ -14,19 +15,19 @@ spec:
name: stackspout name: stackspout
path: ./basic/apps/people path: ./basic/apps/people
prune: true prune: true
healthChecks: #healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v2beta1 # - apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease # kind: HelmRelease
name: suitecrm # name: suitecrm
namespace: stackspout # namespace: stackspout
- apiVersion: apps/v1 # #- apiVersion: apps/v1
kind: Deployment # # kind: Deployment
name: suitecrm # # name: suitecrm
namespace: stackspout # # namespace: stackspout
- apiVersion: apps/v1 # - apiVersion: apps/v1
kind: StatefulSet # kind: StatefulSet
name: suitecrm-mariadb # name: suitecrm-mariadb
namespace: stackspout # namespace: stackspout
postBuild: postBuild:
substituteFrom: substituteFrom:
#- kind: Secret #- kind: Secret
......
...@@ -6,7 +6,8 @@ metadata: ...@@ -6,7 +6,8 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m interval: 5m
timeout: 12h wait: true
timeout: 300m
dependsOn: dependsOn:
- name: single-sign-on - name: single-sign-on
sourceRef: sourceRef:
...@@ -14,19 +15,19 @@ spec: ...@@ -14,19 +15,19 @@ spec:
name: stackspout name: stackspout
path: ./basic/apps/do path: ./basic/apps/do
prune: true prune: true
healthChecks: #healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v2beta1 # - apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease # kind: HelmRelease
name: vikunja # name: vikunja
namespace: stackspout # namespace: stackspout
- apiVersion: apps/v1 # - apiVersion: apps/v1
kind: Deployment # kind: Deployment
name: vikunja # name: vikunja
namespace: stackspout # namespace: stackspout
- apiVersion: apps/v1 # - apiVersion: apps/v1
kind: StatefulSet # kind: StatefulSet
name: gitea # name: gitea
namespace: stackspout # namespace: stackspout
postBuild: postBuild:
substituteFrom: substituteFrom:
#- kind: Secret #- kind: Secret
......
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