aboutsummaryrefslogtreecommitdiffstats
path: root/certService/helm/aaf-cert-service/values.yaml
diff options
context:
space:
mode:
authorawudzins <adam.wudzinski@nokia.com>2020-02-11 17:22:50 +0100
committerawudzins <adam.wudzinski@nokia.com>2020-02-14 09:44:08 +0100
commit8a02533ccad307ef94e4429fbde4fd3d66f66c31 (patch)
tree370f72ac0753e04ee9ddd146ee3dcee1ad2d439b /certService/helm/aaf-cert-service/values.yaml
parentbddd4f0e38e09fb8479e9f97313fdb41297c2990 (diff)
Add Helm Chart
Issue-ID: AAF-995 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I251cd76b34a4bca96056bddc50f272ecd9114ea2
Diffstat (limited to 'certService/helm/aaf-cert-service/values.yaml')
-rw-r--r--certService/helm/aaf-cert-service/values.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/certService/helm/aaf-cert-service/values.yaml b/certService/helm/aaf-cert-service/values.yaml
new file mode 100644
index 00000000..9ec51c85
--- /dev/null
+++ b/certService/helm/aaf-cert-service/values.yaml
@@ -0,0 +1,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 \ No newline at end of file