-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathzookeeper-webui.yaml
43 lines (43 loc) · 975 Bytes
/
zookeeper-webui.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
apiVersion: v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
labels:
run: zookeeper-webui
name: zookeeper-webui
spec:
replicas: 1
selector:
run: zookeeper-webui
strategy:
resources: {}
rollingParams:
intervalSeconds: 1
maxSurge: 25%
maxUnavailable: 25%
timeoutSeconds: 600
updatePeriodSeconds: 1
type: Rolling
template:
metadata:
creationTimestamp: null
labels:
run: zookeeper-webui
spec:
containers:
- env:
- name: ZK_DEFAULT_NODE
value: kafkanetes-zk:2181
image: 192.168.173.195:5000/hep/zookeeper-webui:latest
imagePullPolicy: Always
name: zookeeper-webui
resources: {}
terminationMessagePath: /dev/termination-log
dnsPolicy: ClusterFirst
restartPolicy: Always
securityContext: {}
terminationGracePeriodSeconds: 30
test: false
triggers:
- type: ConfigChange
status: {}