blob: 76e0c86f797b2f59411b2fa6a08acfa89b32e077 [file] [log] [blame]
Mandeep Khinda71439a72017-06-24 11:49:37 -04001apiVersion: extensions/v1beta1
2kind: Deployment
3metadata:
4 name: hbase
5spec:
6 selector:
7 matchLabels:
8 app: hbase
9 template:
10 metadata:
11 labels:
12 app: hbase
13 name: hbase
14 spec:
15 hostname: hbase
16 containers:
17 - name: hbase
18 image: aaidocker/aai-hbase-1.2.3:latest
19 ports:
20 - containerPort: 8020
21 readinessProbe:
22 tcpSocket:
23 port: 8020
24 initialDelaySeconds: 5
25 periodSeconds: 10