mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-03-27 23:27:05 +01:00
Kubernetes: production, not development
This commit is contained in:
parent
a84b598a71
commit
cfaa662f0e
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user