diff --git a/project/argocd/helm-techtrends-prod.yaml b/project/argocd/helm-techtrends-prod.yaml new file mode 100644 index 000000000..1423aeb54 --- /dev/null +++ b/project/argocd/helm-techtrends-prod.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: techtrends-prod + namespace: argocd +spec: + destination: + namespace: default + server: https://kubernetes.default.svc + project: default + source: + helm: + valueFiles: + - values-prod.yaml + path: project/helm + repoURL: https://github.com/vadlvs/nd064_course_1 + targetRevision: HEAD \ No newline at end of file diff --git a/project/argocd/helm-techtrends-staging.yaml b/project/argocd/helm-techtrends-staging.yaml new file mode 100644 index 000000000..54847e511 --- /dev/null +++ b/project/argocd/helm-techtrends-staging.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: techtrends-staging + namespace: argocd +spec: + destination: + namespace: default + server: https://kubernetes.default.svc + project: default + source: + helm: + valueFiles: + - values-staging.yaml + path: project/helm + repoURL: https://github.com/vadlvs/nd064_course_1 + targetRevision: HEAD \ No newline at end of file diff --git a/project/screenshots/argocd-ui.jpg b/project/screenshots/argocd-ui.jpg new file mode 100644 index 000000000..e9383f622 Binary files /dev/null and b/project/screenshots/argocd-ui.jpg differ