Stop mislabeling the Compose box as production in read-only audits
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: medical-chatbot-dev
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default # TODO: confirm the team's ArgoCD project/RBAC scope for this app
|
||||
source:
|
||||
repoURL: https://github.com/BaoVu2k4/vsf-duocthu.git # TODO: confirm once repo is created
|
||||
targetRevision: master
|
||||
path: infra/helm/medical-chatbot
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- values-dev.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # TODO: point at the team's target cluster/context
|
||||
namespace: medical-chatbot-dev
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
@@ -1,19 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: medical-chatbot-prod
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default # TODO: confirm the team's ArgoCD project/RBAC scope for this app
|
||||
source:
|
||||
repoURL: https://github.com/BaoVu2k4/vsf-duocthu.git # TODO: confirm once repo is created
|
||||
targetRevision: master
|
||||
path: infra/helm/medical-chatbot
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- values-prod.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # TODO: point at the team's target cluster/context
|
||||
namespace: medical-chatbot-prod
|
||||
syncPolicy: {} # intentionally NOT automated — prod sync requires manual approval in the ArgoCD UI/CLI
|
||||
@@ -1,24 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: medical-chatbot-staging
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default # TODO: confirm the team's ArgoCD project/RBAC scope for this app
|
||||
source:
|
||||
repoURL: https://github.com/BaoVu2k4/vsf-duocthu.git # TODO: confirm once repo is created
|
||||
targetRevision: master
|
||||
path: infra/helm/medical-chatbot
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- values-staging.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # TODO: point at the team's target cluster/context
|
||||
namespace: medical-chatbot-staging
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user