Skip to content

Instantly share code, notes, and snippets.

@Timtech4u
Last active March 11, 2020 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Timtech4u/cd609a696f56a5df949c6e86370f6a91 to your computer and use it in GitHub Desktop.
Save Timtech4u/cd609a696f56a5df949c6e86370f6a91 to your computer and use it in GitHub Desktop.
Garden configuration file
# garden.yml
kind: Project
name: flask-app
environments:
- name: dev
providers:
- name: kubernetes
context: gke_fullstackgcp_us-central1-c_my-dev-cluster
buildMode: cluster-docker
defaultEnvironment: dev
---
kind: Module
name: backend
description: My App Backend
type: container
services:
# Service provides a running instance of your module.
- name: backend
ports:
- name: http
containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment