Skip to content

Commit 1c2f697

Browse files
committed
[argora-remote] run in hostNetwork
1 parent a905c78 commit 1c2f697

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

system/argora-remote/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.0.3
16+
version: 0.0.4
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

system/argora-remote/templates/deployment-argora.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
app: argora
1717
spec:
1818
serviceAccountName: default
19+
hostNetwork: true
1920
containers:
2021
- name: argora
2122
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}

0 commit comments

Comments
 (0)