Skip to content

Commit

Permalink
fix(helm): add default '/' path (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshaykhullin authored Nov 11, 2020
1 parent 726e019 commit f8894b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/akhq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ ingress:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
paths: []
paths:
- /
hosts:
- akhq.demo.com
tls: []
Expand Down

0 comments on commit f8894b8

Please sign in to comment.