Created
August 3, 2020 16:54
-
-
Save arashkaffamanesh/1f4c31ddc310a3f6efcc905dfedd6d0e to your computer and use it in GitHub Desktop.
This file contains 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
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