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
- Host: GitHub
- URL: https://github.com/howdoicomputer/polarstomps-argo-gcp
- Owner: howdoicomputer
- Created: 2024-10-21T00:53:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T01:36:25.000Z (over 1 year ago)
- Last Synced: 2025-09-08T02:22:34.387Z (11 months ago)
- Language: Makefile
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
---