Skip to content

Instantly share code, notes, and snippets.

@akash-gautam
Last active May 7, 2019 09:27
Show Gist options
  • Save akash-gautam/32d7f667cdf90084f6cc2bda8a6968ae to your computer and use it in GitHub Desktop.
Save akash-gautam/32d7f667cdf90084f6cc2bda8a6968ae to your computer and use it in GitHub Desktop.
values.yaml file for hello app helm chart
image:
tag: 0.0.1
repository: 123456789870.dkr.ecr.us-east-1.amazonaws.com/helloapp
imagePullPolicy: Always
labels:
env: "staging"
cluster: "eks-cluster-blog"
service:
port: 80
targetPort: 8080
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment