bootstrap ircs-prod gitops config
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ircs-prod-core
|
||||
namespace: argocd
|
||||
labels:
|
||||
app.kubernetes.io/part-of: ircs
|
||||
environment: prod
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.mnnu.eu.org/gitea-admin/ircs-prod-config.git
|
||||
targetRevision: main
|
||||
path: ircs-prod/core
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: ircs-prod
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
@@ -0,0 +1,21 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ircs-prod-edge
|
||||
namespace: argocd
|
||||
labels:
|
||||
app.kubernetes.io/part-of: ircs
|
||||
environment: prod
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.mnnu.eu.org/gitea-admin/ircs-prod-config.git
|
||||
targetRevision: main
|
||||
path: ircs-prod/edge-cutover
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: ircs-prod
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
Reference in New Issue
Block a user