Skip to content

Commit

Permalink
Expose charts/podinfo as NodePort and via Ingress on 80
Browse files Browse the repository at this point in the history
  • Loading branch information
marccarre committed Sep 4, 2019
1 parent c5ad674 commit bb218b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions demo/helm-release.yaml
Expand Up @@ -9,3 +9,15 @@ spec:
git: https://github.com/stefanprodan/podinfo
ref: 2.1.1
path: charts/podinfo
values:
service:
enabled: true
type: NodePort
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/scheme: internet-facing
path: /
hosts:
- "*"

0 comments on commit bb218b7

Please sign in to comment.