Skip to content

Instantly share code, notes, and snippets.

@manekinekko
Created October 29, 2018 16:46
Show Gist options
  • Save manekinekko/cad570f5595d82d56980baf3d0ce473a to your computer and use it in GitHub Desktop.
Save manekinekko/cad570f5595d82d56980baf3d0ce473a to your computer and use it in GitHub Desktop.
Google Cloud Build config file for xlayers.app (CD) — kubernetes.deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: xlayers-_SHORT_SHA_
spec:
selector:
matchLabels:
app: xlayers-_SHORT_SHA_
template:
metadata:
labels:
app: xlayers-_SHORT_SHA_
spec:
containers:
- name: xlayers
image: gcr.io/cross-xlayers/xlayers:_SHORT_SHA_
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment