Skip to content

Commit

Permalink
#130 replace louketo proxy with gogatekeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jan 19, 2022
1 parent be2bb13 commit f81f0ee
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,12 @@ spec:
{{ include "deploy_utils.etcHosts" .root | indent 6 }}
containers:
- name: {{ .app.harness.service.name | quote }}
image: "gcr.io/metacellllc/louketo-proxy:1.0.0"
image: "quay.io/gogatekeeper/gatekeeper:1.3.8"
imagePullPolicy: IfNotPresent
{{ if .root.Values.local }}
securityContext:
allowPrivilegeEscalation: false
runAsUser: 0
command:
- "/bin/bash"
- "-c"
args:
- "sleep 10 && /bin/update-ca-trust force enable && /bin/update-ca-trust && /opt/louketo/louketo-proxy"
{{- end }}
env:
- name: PROXY_CONFIG_FILE
Expand Down

0 comments on commit f81f0ee

Please sign in to comment.