feat: add quoats
This commit is contained in:
parent
e7d20864a9
commit
4f0927c6bf
6 changed files with 86 additions and 0 deletions
18
_apps/kissj-production-quotas.yml
Normal file
18
_apps/kissj-production-quotas.yml
Normal 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
|
||||
18
_apps/kissj-staging-quotas.yml
Normal file
18
_apps/kissj-staging-quotas.yml
Normal 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
|
||||
Reference in a new issue