First attempt at installing OpenProject
This commit is contained in:
parent
a3b154adf8
commit
3dfc818f5f
36
app-of-apps/templates/open-project.yaml
Normal file
36
app-of-apps/templates/open-project.yaml
Normal file
@ -0,0 +1,36 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: open-project
|
||||
namespace: argo
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
chart: openproject
|
||||
repoURL: https://charts.openproject.org
|
||||
targetRevision: 4.3.0
|
||||
|
||||
helm:
|
||||
values: |
|
||||
ingress:
|
||||
host: openproject.avril
|
||||
persistence:
|
||||
storageClassName: freenas-nfs-csi
|
||||
postgresql:
|
||||
auth:
|
||||
existingSecret: postgres-auth
|
||||
global:
|
||||
storageClass: freenas-iscsi-csi
|
||||
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: open-project
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Loading…
x
Reference in New Issue
Block a user