Skip to content

Commit

Permalink
Update Sample App
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Krizek committed Jan 29, 2018
1 parent fa76553 commit 2e84ece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample-app/Dockerfile
@@ -1,4 +1,4 @@
FROM nodesource/nsolid:boron-latest
FROM nodesource/nsolid:carbon-latest

RUN mkdir -p /usr/src/app

Expand Down
8 changes: 4 additions & 4 deletions sample-app/sample-app.deployment.yml
Expand Up @@ -18,11 +18,11 @@ spec:
- name: NSOLID_APPNAME
value: sample-app
- name: NSOLID_COMMAND
value: "storage.nsolid:9001"
value: "console.nsolid:9001"
- name: NSOLID_DATA
value: "storage.nsolid:9002"
value: "console.nsolid:9002"
- name: NSOLID_BULK
value: "storage.nsolid:9003"
value: "console.nsolid:9003"
- name: K8_NODE
valueFrom:
fieldRef:
Expand All @@ -40,7 +40,7 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: NSOLID_TAGS
value: "nsolid-v2.1.2, $(K8_NODE), $(K8_POD), NS:$(K8_NS), $(K8_IP)"
value: "nsolid-v3, $(K8_NODE), $(K8_POD), NS:$(K8_NS), $(K8_IP)"
- name: PORT
value: "4444"
ports:
Expand Down

0 comments on commit 2e84ece

Please sign in to comment.