Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion charts/apexkube-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: A Helm chart for deploying the ApexKube agent with Envoy and WireGu
maintainers:
- name: improwised
type: application
version: 1.2.0
version: 1.2.1
appVersion: "1.0.0"
8 changes: 7 additions & 1 deletion charts/apexkube-agent/templates/envoy-config-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,13 @@ data:
domains: ["*"]
routes:
- match: { prefix: "/" }
route: { cluster: service_backend }
route:
cluster: service_backend
upgrade_configs:
- upgrade_type: "websocket"
enabled: true
- upgrade_type: "SPDY/3.1"
enabled: true

clusters:
- name: service_backend
Expand Down
Loading