Skip to content

Instantly share code, notes, and snippets.

@arashkaffamanesh
Created August 3, 2020 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arashkaffamanesh/1f4c31ddc310a3f6efcc905dfedd6d0e to your computer and use it in GitHub Desktop.
Save arashkaffamanesh/1f4c31ddc310a3f6efcc905dfedd6d0e to your computer and use it in GitHub Desktop.
replicaCount: 2
image:
repository: kubernautslabs/hello-helm
tag: latest
pullSecret: regsecret
pullPolicy: Always
#pullPolicy: Never
service:
name: hello-service
type: LoadBalancer
externalPort: 80
internalPort: 8080
ingress:
enabled: true
hosts:
- chart-example.local
annotations:
kubernetes.io/ingress.class: traefik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment