Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@ kong:
type: ClusterIP
http:
enabled: false
# Enable inbound mesh proxying for Kuma and Istio, which is disabled by default in Kong chart
# ref: https://github.com/Kong/charts/tree/main/charts/kong#general-parameters
podAnnotations:
kuma.io/gateway: disabled
traffic.sidecar.istio.io/includeInboundPorts: "*"

## Optional Cert Manager sub-chart configuration
## Enable this if you don't already have cert-manager enabled on your cluster.
Expand Down