70 lines
1.9 KiB
YAML
70 lines
1.9 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -f docker-compose.yml
|
|
kompose.version: 1.26.0 (40646f47)
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: orborus
|
|
name: orborus
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
io.kompose.service: orborus
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -f docker-compose.yml
|
|
kompose.version: 1.26.0 (40646f47)
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.network/shuffle: "true"
|
|
io.kompose.service: orborus
|
|
spec:
|
|
# volumes:
|
|
# - name: docker-socket
|
|
# hostPath:
|
|
# path: /var/run/docker.sock
|
|
containers:
|
|
- env:
|
|
- name: BASE_URL
|
|
value: "http://shuffle-backend:5001"
|
|
- name: DOCKER_API_VERSION
|
|
value: "1.40"
|
|
- name: ENVIRONMENT_NAME
|
|
value: Shuffle
|
|
- name: ORG_ID
|
|
value: Shuffle
|
|
- name: SHUFFLE_APP_SDK_VERSION
|
|
value: nightly
|
|
- name: SHUFFLE_SCALE_REPLICAS
|
|
value: "5"
|
|
#- name: SHUFFLE_SWARM_CONFIG
|
|
#value: run
|
|
- name: SHUFFLE_WORKER_VERSION
|
|
value: nightly
|
|
- name: IS_KUBERNETES
|
|
valueFrom:
|
|
configMapKeyRef:
|
|
key: IS_KUBERNETES
|
|
name: env
|
|
- name: REGISTRY_URL
|
|
valueFrom:
|
|
configMapKeyRef:
|
|
key: REGISTRY_URL
|
|
name: env
|
|
|
|
image: shuffle-orborus:v1
|
|
imagePullPolicy: Never
|
|
name: shuffle-orborus
|
|
resources: {}
|
|
# volumeMounts:
|
|
# - name: docker-socket
|
|
# mountPath: /var/run/docker.sock
|
|
hostname: shuffle-orborus
|
|
restartPolicy: Always
|
|
status: {}
|