-
Notifications
You must be signed in to change notification settings - Fork 0
/
iris4healthcluster.yaml
41 lines (41 loc) · 1.01 KB
/
iris4healthcluster.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
apiVersion: intersystems.com/v1alpha1
kind: IrisCluster
metadata:
name: irisapp
spec:
passwordHash: '8bd95768a1c67cc44f425d69cee553cdb442367c,orppc7ok'
licenseKeySecret:
name: iris-key-secret
configSource:
name: iris-cpf
topology:
data:
mirrored: false
image: containers.intersystems.com/intersystems/irishealth:2020.2.0.211.0
podTemplate:
spec:
imagePullSecrets:
- name: dockerhub-secret
updateStrategy:
type: RollingUpdate
storage:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10G
storageClassName: hostpath
compute:
image: containers.intersystems.com/intersystems/irishealth:2020.2.0.211.0
replicas: 2
podTemplate:
spec:
imagePullSecrets:
- name: dockerhub-secret
storage:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5G
storageClassName: hostpath