Skip to content

Commit

Permalink
liqo-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed Sep 22, 2023
1 parent 5d22dae commit 129bfa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- virtual-kubelet
- metric-agent
- telemetry
- proxy
steps:

- name: Set up QEMU
Expand Down
1 change: 1 addition & 0 deletions build/proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM envoyproxy/envoy:v1.27.0
2 changes: 1 addition & 1 deletion deployments/liqo/templates/liqo-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
securityContext:
{{- include "liqo.podSecurityContext" . | nindent 8 }}
containers:
- image: {{ .Values.proxy.imageName }}
- image: {{ .Values.proxy.imageName }}{{ include "liqo.suffix" $ctrlManagerConfig }}:{{ include "liqo.version" $ctrlManagerConfig }}
imagePullPolicy: {{ .Values.pullPolicy }}
name: {{ $proxyConfig.name }}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deployments/liqo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ proxy:
limits: {}
requests: {}
# -- Image repository for the proxy pod.
imageName: "envoyproxy/envoy:v1.21.0"
imageName: "ghcr.io/liqotech/proxy"
service:
type: "ClusterIP"
annotations: {}
Expand Down

0 comments on commit 129bfa4

Please sign in to comment.