mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 03:20:57 +00:00
24 lines
465 B
YAML
24 lines
465 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/
|