[OOM-3] Docker credentials secret missing
[oom.git] / kubernetes / aai / hbase-deployment.yaml
1 apiVersion: extensions/v1beta1
2 kind: Deployment
3 metadata:
4   name: hbase
5 spec:
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       volumes:
17         - name: aai-hbase-opt
18           hostPath:
19             path: /dockerdata-nfs/onapdemo/aai/hbase/opt/data
20       containers:
21       - name: hbase
22         image: aaidocker/aai-hbase-1.2.3:latest
23         ports:
24         - containerPort: 8020
25         readinessProbe:
26           tcpSocket:
27             port: 8020
28           initialDelaySeconds: 5
29           periodSeconds: 10
30       imagePullSecrets:
31       - name: onap-docker-registry-key