aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-clamp-runtime-acm/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-clamp-runtime-acm/values.yaml')
-rw-r--r--helm/policy/components/policy-clamp-runtime-acm/values.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/helm/policy/components/policy-clamp-runtime-acm/values.yaml b/helm/policy/components/policy-clamp-runtime-acm/values.yaml
index 4c606f03..e3128492 100644
--- a/helm/policy/components/policy-clamp-runtime-acm/values.yaml
+++ b/helm/policy/components/policy-clamp-runtime-acm/values.yaml
@@ -21,7 +21,6 @@
# Application configuration defaults.
#################################################################
# application image
-image: nexus3.onap.org:10001/onap/policy-clamp-runtime-acm:6.4-SNAPSHOT-latest
pullPolicy: Always
# flag to enable debugging - application support required
@@ -73,16 +72,16 @@ affinity: {}
# probe configuration parameters
liveness:
- initialDelaySeconds: 20
- periodSeconds: 10
+ initialDelaySeconds: 50
+ periodSeconds: 30
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container
enabled: true
port: http-api
readiness:
- initialDelaySeconds: 20
- periodSeconds: 10
+ initialDelaySeconds: 50
+ periodSeconds: 30
port: http-api
service: