X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcps%2Fvalues.yaml;h=2312a4994d3f8c3d4375e8c169f148176b232186;hb=21349802fd5b6aea04b66630f108b3603930c7c4;hp=ee797a5f046a0fce359a733accbf4bdcbd47835e;hpb=7625e52e584e41555bb4c082647b203bf3d26631;p=oom.git diff --git a/kubernetes/cps/values.yaml b/kubernetes/cps/values.yaml old mode 100644 new mode 100755 index ee797a5f04..2312a4994d --- a/kubernetes/cps/values.yaml +++ b/kubernetes/cps/values.yaml @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Pantheon.tech, Orange +# Copyright (C) 2021 Pantheon.tech, Orange, Bell Canada. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,6 +29,12 @@ secrets: login: '{{ .Values.postgres.config.pgUserName }}' password: '{{ .Values.postgres.config.pgUserPassword }}' passwordPolicy: generate + - uid: app-user-creds + type: basicAuth + externalSecret: '{{ tpl (default "" .Values.config.appUserExternalSecret) . }}' + login: '{{ .Values.config.appUserName }}' + password: '{{ .Values.config.appUserPassword }}' + passwordPolicy: generate ################################################################# # Global configuration defaults. @@ -41,7 +47,7 @@ global: virtualhost: baseurl: "simpledemo.onap.org" -image: onap/cps-and-nf-proxy:0.0.1 +image: onap/cps-and-nf-proxy:1.0.1 containerPort: &svc_port 8080 service: @@ -113,9 +119,28 @@ securityContext: ################################################################# # Application configuration defaults. ################################################################# + +config: + + # Set it for pre loading xnfdata, else set to null + liquibaseLabels: xnf-data-preload + + # REST API basic authentication credentials (passsword is generated if not provided) + appUserName: cpsuser + spring: + profile: helm + #appUserPassword: + +# Any new property can be added in the env by setting in overrides in the format mentioned below +# All the added properties must be in "key: value" format insead of yaml. +# additional: +# spring.config.max-size: 200 +# spring.config.min-size: 10 + logging: level: INFO path: /tmp + ################################################################# # Postgres overriding defaults in the postgres ################################################################# @@ -140,4 +165,4 @@ postgres: readinessCheck: wait_for: - - cps-postgres \ No newline at end of file + - cps-postgres