diff --git a/k8s/.prd-video-cluster-kubeconfig.yaml.icloud b/k8s/.prd-video-cluster-kubeconfig.yaml.icloud deleted file mode 100644 index 97cc9be..0000000 Binary files a/k8s/.prd-video-cluster-kubeconfig.yaml.icloud and /dev/null differ diff --git a/k8s/applications/templates/argocd.yaml b/k8s/applications/templates/argocd.yaml index d760fd7..3fdcb4b 100644 --- a/k8s/applications/templates/argocd.yaml +++ b/k8s/applications/templates/argocd.yaml @@ -12,13 +12,13 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: HEAD project: default - syncPolicy: - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # syncPolicy: + # automated: + # prune: true + # allowEmpty: false + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file diff --git a/k8s/applications/templates/webrtc-be.yaml b/k8s/applications/templates/webrtc-be.yaml index 93c6b66..c662eca 100644 --- a/k8s/applications/templates/webrtc-be.yaml +++ b/k8s/applications/templates/webrtc-be.yaml @@ -15,15 +15,15 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: HEAD project: default - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # syncPolicy: + # syncOptions: + # - CreateNamespace=true + # automated: + # prune: true + # allowEmpty: false + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file diff --git a/k8s/argocd/base/applications.yaml b/k8s/argocd/base/applications.yaml index 5b1363b..04a54c9 100644 --- a/k8s/argocd/base/applications.yaml +++ b/k8s/argocd/base/applications.yaml @@ -11,14 +11,14 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: HEAD project: default - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - prune: true - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # syncPolicy: + # syncOptions: + # - CreateNamespace=true + # automated: + # prune: true + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file