An open API service indexing awesome lists of open source software.

https://github.com/howdoicomputer/polarstomps-argo-gcp

wakka wakka
https://github.com/howdoicomputer/polarstomps-argo-gcp

Last synced: 5 months ago
JSON representation

wakka wakka

Awesome Lists containing this project

README

          

# ArgoCD/K8s Manifests for Polarstomps

This repository contains all of the manifests for deploying Polarstomps *onto gcp*. The AWS version of this exists here: https://github.com/howdoicomputer/polarstomps-argo

The application repository exists here: https://github.com/howdoicomputer/polarstomps

# Dependencies/Setup

You will need:

* A GKE cluster that you have authenticated against using `gcloud`
* `kubctl` installed locally

# Deployment

``` sh
make deploy
make sync
```

---