Skip to content
Snippets Groups Projects
Commit 2ca53f3d authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

kubernetes: fix VILLASnode crash with new image

parent ca2deb0b
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,10 @@ spec:
app.kubernetes.io/component: node
spec:
containers:
- command: [ "sh", "-c" ]
args:
- "sleep 3600"
# args:
# - node
# - /etc/villas/node/demo.conf
image: registry.git.rwth-aachen.de/acs/public/villas/node:demo-v0.1
- args:
- node
- /etc/villas/node/demo.conf
image: registry.git.rwth-aachen.de/acs/public/villas/node:demo-v0.2
name: node
ports:
- containerPort: 80
......
......@@ -19,8 +19,10 @@ spec:
containers:
- args:
- relay
image: registry.git.rwth-aachen.de/acs/public/villas/node:demo-v0.1
image: registry.git.rwth-aachen.de/acs/public/villas/node:demo-v0.2
name: relay
securityContext:
privileged: true
ports:
- name: http
containerPort: 8088
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment