Skip to content

Instantly share code, notes, and snippets.

@manekinekko
Created October 29, 2018 16:45
Show Gist options
  • Save manekinekko/f70d4dd01a95fd5845132c15b287735e to your computer and use it in GitHub Desktop.
Save manekinekko/f70d4dd01a95fd5845132c15b287735e to your computer and use it in GitHub Desktop.
Google Cloud Build config file for xlayers.app (CD) — kubernetes.service.yaml
apiVersion: v1
kind: Service
metadata:
name: xlayers-_SHORT_SHA_
spec:
ports:
- port: 80
selector:
app: xlayers-_SHORT_SHA_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment