Skip to content

Commit

Permalink
fix: ensure ipv4 for kong
Browse files Browse the repository at this point in the history
  • Loading branch information
cwyl02 committed Jan 9, 2025
1 parent dd2adc6 commit 6c44269
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/kubernetes-dashboard/7.10.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ data:
admin:
tls:
enabled: false
# ensure it's using ipv4
proxy:
addresses:
- 0.0.0.0
status:
addresses:
- 0.0.0.0

0 comments on commit 6c44269

Please sign in to comment.