Created
October 29, 2018 16:45
-
-
Save manekinekko/f70d4dd01a95fd5845132c15b287735e to your computer and use it in GitHub Desktop.
Google Cloud Build config file for xlayers.app (CD) — kubernetes.service.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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