Add Helm Chart
[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 readiness:
13   initialDelaySeconds: 30
14   periodSeconds: 10
15 healthcheck:
16   path: /actuator/health
17
18 resources:
19   limits:
20     cpu: 2
21     memory: 2Gi
22   requests:
23     cpu: 1
24     memory: 1Gi