Created
March 9, 2018 10:29
-
-
Save johannessteu/9124b8019c838cedc6a374e3aea2fb1a to your computer and use it in GitHub Desktop.
HelmChart Values.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
image: | |
name: registry.yeebase.com/endlaserstack/endlasercache | |
tag: stage | |
pullPolicy: Always | |
service: | |
frontend: | |
type: ClusterIP | |
name: proxy | |
internalPort: 80 | |
externalPort: 80 | |
backend: | |
type: ClusterIP | |
name: backend | |
internalPort: 81 | |
externalPort: 80 | |
pipeline: "Helm" | |
settings: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment