0dab1e326c96a9494e496524049c7b293fc218e3
[oom/platform/cert-service.git] / certService / helm / aaf-cert-service / values.yaml
1 appLabel: aaf-cert-service
2 replicaCount: 1
3 repository: nexus3.onap.org:10001
4 image: onap/org.onap.aaf.certservice.aaf-certservice-api:1.0.0
5 pullPolicy: Always
6 containerPort: 8080
7 service:
8   type: ClusterIP
9 liveness:
10   initialDelaySeconds: 60
11   periodSeconds: 10
12   path: /actuator/health
13 readiness:
14   initialDelaySeconds: 30
15   periodSeconds: 10
16   path: /ready
17 volume:
18   name: aaf-cert-service-volume
19   mountPath: /etc/onap/aaf/certservice
20
21 resources:
22   limits:
23     cpu: 2
24     memory: 2Gi
25   requests:
26     cpu: 1
27     memory: 1Gi
28
29 secret:
30   name: aaf-cert-service-secret