Skip to content

Commit

Permalink
fix(ingress-proxy): added missing tls default value
Browse files Browse the repository at this point in the history
Signed-off-by: Mario-F <github@fritschen.net>
  • Loading branch information
Mario-F committed Feb 9, 2022
1 parent 88b202b commit c45c085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ingress-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ simple:
endpoint:
ip: 93.184.216.34 # Set external servers ip address
port: 8080 # Port of the external servers service
tls: false # Set to true if endpoint has https enabled
ingress:
hostnames:
- example.com
Expand Down

0 comments on commit c45c085

Please sign in to comment.