Skip to content

Commit

Permalink
Add envoyproxy to gangway deployment (#38088)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Guzik <[email protected]>
  • Loading branch information
jmguzik authored Apr 5, 2023
1 parent 27881d9 commit 5bb7acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clusters/app.ci/prow/03_deployment/gangway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ objects:
- -https-address=:8443
- -http-address=
- -email-domain=*
- -upstream=http://localhost:32000
- -upstream=http://localhost:32001
- -client-id=system:serviceaccount:ci:gangway
- -openshift-ca=/etc/pki/tls/cert.pem
- -openshift-ca=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
Expand All @@ -95,6 +95,8 @@ objects:
name: gangway-tls
- mountPath: /etc/proxy/secrets
name: session-secret
- name: envoyproxy
image: registry.ci.openshift.org/ci/envoyproxy:latest
- name: gangway
image: gcr.io/k8s-prow/gangway:v20230329-c93d79fb7d
args:
Expand Down

0 comments on commit 5bb7acd

Please sign in to comment.