Skip to content

Commit

Permalink
add missing ingress paths
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt committed Mar 16, 2021
1 parent 3eb64e4 commit e378f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ ingress:
# kubernetes.io/tls-acme: "true"
hosts:
- host: app.example.com
paths: []
paths:
- "/"
tls:
# the secret used here is an unsigned wildcard cert for demo purposes
# use your own, cert-manager or comment this out
Expand Down

0 comments on commit e378f7a

Please sign in to comment.