chibisafe
This commit is contained in:
43
infra/overlays/upc-dev/chibisafe/chibisafe.yaml
Normal file
43
infra/overlays/upc-dev/chibisafe/chibisafe.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: chibisafe
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
labels:
|
||||
app.kubernetes.io/name: chibisafe
|
||||
app.kubernetes.io/part-of: storage
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
|
||||
sources:
|
||||
- repoURL: https://l4gdev.github.io/helm-charts
|
||||
chart: chibisafe
|
||||
targetRevision: "0.1.1"
|
||||
helm:
|
||||
releaseName: chibisafe
|
||||
valueFiles:
|
||||
- $values/infra/values/base/chibisafe-values.yaml
|
||||
- $values/infra/values/upc-dev/chibisafe-values.yaml
|
||||
|
||||
- repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git
|
||||
targetRevision: feature/chibisafe
|
||||
ref: values
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: chibisafe
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
allowEmpty: false
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- Validate=true
|
||||
- ServerSideApply=true
|
||||
4
infra/overlays/upc-dev/chibisafe/kustomization.yaml
Normal file
4
infra/overlays/upc-dev/chibisafe/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- chibisafe.yaml
|
||||
@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
- chibisafe
|
||||
- vaultwarden-postgresql
|
||||
- vaultwarden
|
||||
|
||||
|
||||
Reference in New Issue
Block a user