Skip to content

Commit

Permalink
templates/gateway: fix envoy proxy command
Browse files Browse the repository at this point in the history
The entrypoint is `envoy`, so just specify the options.
  • Loading branch information
croissanne committed Jan 19, 2024
1 parent b8a2d5a commit 862f15e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ objects:
- name: community-gateway
image: "${ENVOYPROXY_IMAGE_NAME}:${ENVOYPROXY_IMAGE_TAG}"
command:
- /usr/bin/envoy
- --config-path
- /configs/envoy/config.yaml
ports:
Expand Down

0 comments on commit 862f15e

Please sign in to comment.