1
0
Fork 0

feat: add quoats

This commit is contained in:
Vojtěch Mareš 2022-09-05 21:27:08 +02:00
parent e7d20864a9
commit 4f0927c6bf
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
6 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kissj-production-quotas
namespace: argocd
spec:
destination:
namespace: kissj-production
server: https://kubernetes.default.svc
project: kissj
source:
path: quotas/production
repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kissj-staging-quotas
namespace: argocd
spec:
destination:
namespace: kissj-staging
server: https://kubernetes.default.svc
project: kissj
source:
path: quotas/staging
repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true