mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-25 20:42:56 +03:00
5e1dc72513
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
24 lines
469 B
YAML
24 lines
469 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: account
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: account
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: account
|
|
spec:
|
|
containers:
|
|
- name: app
|
|
image: anticrm/account
|
|
ports:
|
|
- containerPort: 3000
|
|
imagePullPolicy: Always
|
|
env:
|
|
- name: MONGO_URL
|
|
value: mongodb://root:WZCwnHRazX@mng-mongodb:27017/
|