Merge "Add Pluggable Security to aai-resources"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Fri, 7 Dec 2018 18:13:18 +0000 (18:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 7 Dec 2018 18:13:18 +0000 (18:13 +0000)
1  2 
kubernetes/aai/charts/aai-resources/values.yaml

@@@ -68,6 -68,11 +68,11 @@@ readiness
    initialDelaySeconds: 60
    periodSeconds: 10
  
+ # application configuration
+ sidecar:
+   keyStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+   keyManagerPassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+   trustStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
  
  service:
    type: ClusterIP
@@@ -102,13 -107,13 +107,13 @@@ resources
        cpu: 2
        memory: 4Gi
      requests:
 -      cpu: 2
 -      memory: 4Gi
 +      cpu: 1
 +      memory: 3Gi
    large:
      limits:
        cpu: 4
        memory: 8Gi
      requests:
 -      cpu: 4
 -      memory: 8Gi
 +      cpu: 2
 +      memory: 4Gi
    unlimited: {}