summaryrefslogtreecommitdiffstats
path: root/certService/helm/aaf-cert-service/values.yaml
blob: 9ec51c85b2a49a48aa9f25a6b81417402d7bacba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
appLabel: aaf-cert-service
replicaCount: 1
repository: nexus3.onap.org:10001
image: onap/org.onap.aaf.certservice.aaf-certservice-api:1.0.0
pullPolicy: Always
containerPort: 8080
service:
  type: ClusterIP
liveness:
  initialDelaySeconds: 60
  periodSeconds: 10
readiness:
  initialDelaySeconds: 30
  periodSeconds: 10
healthcheck:
  path: /actuator/health

resources:
  limits:
    cpu: 2
    memory: 2Gi
  requests:
    cpu: 1
    memory: 1Gi