Kubernetes: production, not development

This commit is contained in:
Michael Snoyman 2015-10-24 17:12:29 +00:00
parent a84b598a71
commit cfaa662f0e

View File

@ -36,7 +36,7 @@ spec:
- name: http - name: http
containerPort: 3000 containerPort: 3000
restartStrategy: always restartStrategy: always
command: ["stackage-server", "development"] command: ["stackage-server", "production"]
workingDir: /app workingDir: /app
env: env:
- name: APPROOT - name: APPROOT