Skip to content

Commit

Permalink
#193 chore: updated k8s scidash yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed May 14, 2021
1 parent bf12aed commit 58cb3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service/k8s/scidash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ spec:
spec:
containers:
- name: scidash
image: metacell/scidash:latest
image: metacell/scidash:"{{CF_BUILD_ID}}"
imagePullPolicy: IfNotPresent
env:
- name: CF_BUILD_ID
value: latest
value: "{{CF_BUILD_ID}}"
- name: ENVIRONMENT
value: Development
value: "{{ENVIRONMENT}}"
ports:
- containerPort: 8000
volumeMounts:
Expand Down

0 comments on commit 58cb3a2

Please sign in to comment.