Skip to content

Commit

Permalink
added nginx ipv6 support (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
supu2 committed Jul 9, 2020
1 parent d4cca07 commit cf92b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/kubeapps/templates/dashboard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ data:
vhost.conf: |-
server {
listen 8080;
listen [::]:8080;
server_name _;
gzip on;
Expand Down
1 change: 1 addition & 0 deletions chart/kubeapps/templates/kubeapps-frontend-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ data:
server {
listen 8080;
listen [::]:8080;
server_name _;
location /healthz {
Expand Down

0 comments on commit cf92b1b

Please sign in to comment.