| 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 |
| path: /actuator/health |
| readiness: |
| initialDelaySeconds: 30 |
| periodSeconds: 10 |
| path: /ready |
| volume: |
| name: aaf-cert-service-volume |
| mountPath: /etc/onap/aaf/certservice |
| |
| resources: |
| limits: |
| cpu: 2 |
| memory: 2Gi |
| requests: |
| cpu: 1 |
| memory: 1Gi |
| |
| secret: |
| name: aaf-cert-service-secret |