├── README.md ├── kustomize-demo ├── kustomization.yaml ├── nginx-deployment.yaml └── nginx-svc.yaml └── yamls ├── nginx-service.yaml └── nginx.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justmeandopensource/argocd-demo/HEAD/README.md -------------------------------------------------------------------------------- /kustomize-demo/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justmeandopensource/argocd-demo/HEAD/kustomize-demo/kustomization.yaml -------------------------------------------------------------------------------- /kustomize-demo/nginx-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justmeandopensource/argocd-demo/HEAD/kustomize-demo/nginx-deployment.yaml -------------------------------------------------------------------------------- /kustomize-demo/nginx-svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justmeandopensource/argocd-demo/HEAD/kustomize-demo/nginx-svc.yaml -------------------------------------------------------------------------------- /yamls/nginx-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justmeandopensource/argocd-demo/HEAD/yamls/nginx-service.yaml -------------------------------------------------------------------------------- /yamls/nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justmeandopensource/argocd-demo/HEAD/yamls/nginx.yaml --------------------------------------------------------------------------------