-
Notifications
You must be signed in to change notification settings - Fork 0
/
zoomdata-query-engine-deploymentconfig.yaml
62 lines (62 loc) · 1.61 KB
/
zoomdata-query-engine-deploymentconfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
labels:
io.kompose.service: zoomdata-query-engine
name: zoomdata-query-engine
spec:
replicas: 1
selector:
io.kompose.service: zoomdata-query-engine
strategy:
resources: {}
type: Recreate
template:
metadata:
creationTimestamp: null
labels:
io.kompose.service: zoomdata-query-engine
spec:
containers:
- env:
- name: DISCOVERY_REGISTRY_HOST
value: zoomdata-consul
image: ' '
name: zoomdata-query-engine
ports:
- containerPort: 5580
- containerPort: 4040
resources: {}
volumeMounts:
- mountPath: /etc/zoomdata
name: zoomdata-query-engine-claim0
- mountPath: /opt/zoomdata/logs
name: zoomdata-query-engine-claim1
hostname: zoomdata-query-engine
restartPolicy: Always
volumes:
- name: zoomdata-query-engine-claim0
persistentVolumeClaim:
claimName: zoomdata-query-engine-claim0
- name: zoomdata-query-engine-claim1
persistentVolumeClaim:
claimName: zoomdata-query-engine-claim1
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- zoomdata-query-engine
from:
kind: ImageStreamTag
name: 'zoomdata-query-engine:'
type: ImageChange
status:
availableReplicas: 0
latestVersion: 0
observedGeneration: 0
replicas: 0
unavailableReplicas: 0
updatedReplicas: 0