diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-10-11 01:03:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-11 01:03:11 +0000 |
commit | 05a2d5bcc85a555693688304d240512dfa0f1dba (patch) | |
tree | 705fabc566cb04b7acde35a9d203e0612e967448 /kubernetes/aaf/charts/aaf-hello/values.yaml | |
parent | fb2b4f3fdfbbe3e792f899f5a7a5ca4a91556890 (diff) | |
parent | 6dcc80d4de60b8de810216f8ed8b66e8b496e1c3 (diff) |
Merge "refactor AAF casablanca charts"
Diffstat (limited to 'kubernetes/aaf/charts/aaf-hello/values.yaml')
-rw-r--r-- | kubernetes/aaf/charts/aaf-hello/values.yaml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/kubernetes/aaf/charts/aaf-hello/values.yaml b/kubernetes/aaf/charts/aaf-hello/values.yaml index 6fcf861420..9f694be8b8 100644 --- a/kubernetes/aaf/charts/aaf-hello/values.yaml +++ b/kubernetes/aaf/charts/aaf-hello/values.yaml @@ -19,20 +19,15 @@ global: nodePortPrefix: 302 readinessRepository: oomk8s readinessImage: readiness-check:2.0.0 - +flavor: small ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/aaf/aaf_hello:2.1.1 +image: onap/aaf/aaf_hello:2.1.2-SNAPSHOT pullPolicy: Always -# flag to enable debugging - application support required -debugEnabled: false - -# application configuration -config: {} # default number of instances replicaCount: 1 @@ -43,14 +38,14 @@ affinity: {} # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 300 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: - initialDelaySeconds: 10 + initialDelaySeconds: 30 periodSeconds: 10 service: |