You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
440 B
YAML
21 lines
440 B
YAML
cvat:
|
|
backend:
|
|
server:
|
|
additionalVolumeMounts:
|
|
- mountPath: /home/django/share
|
|
name: cvat-backend-data
|
|
subPath: share
|
|
worker:
|
|
import:
|
|
additionalVolumeMounts:
|
|
- mountPath: /home/django/share
|
|
name: cvat-backend-data
|
|
subPath: share
|
|
# Images are already present in the node
|
|
imagePullPolicy: Never
|
|
|
|
traefik:
|
|
service:
|
|
externalIPs:
|
|
- 192.168.49.2
|