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: ...@@ -16,13 +16,10 @@ spec:
app.kubernetes.io/component: node app.kubernetes.io/component: node
spec: spec:
containers: containers:
- command: [ "sh", "-c" ] - args:
args: - node
- "sleep 3600" - /etc/villas/node/demo.conf
# args: image: registry.git.rwth-aachen.de/acs/public/villas/node:demo-v0.2
# - node
# - /etc/villas/node/demo.conf
image: registry.git.rwth-aachen.de/acs/public/villas/node:demo-v0.1
name: node name: node
ports: ports:
- containerPort: 80 - containerPort: 80
......
...@@ -19,8 +19,10 @@ spec: ...@@ -19,8 +19,10 @@ spec:
containers: containers:
- args: - args:
- relay - 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 name: relay
securityContext:
privileged: true
ports: ports:
- name: http - name: http
containerPort: 8088 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