X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fvfc%2Fvalues.yaml;h=7afa643e9f3e8dbb00bf6cc6da073475ff0878e5;hb=e9871c59fce3da4f1a8f0e83fa1b4031f47fef43;hp=aac8039a7274d7efedc08967bed6aa44295ff2fc;hpb=c3c89fbd196923b950474a2fa986d63c3db33d1c;p=oom.git diff --git a/kubernetes/vfc/values.yaml b/kubernetes/vfc/values.yaml index aac8039a72..7afa643e9f 100644 --- a/kubernetes/vfc/values.yaml +++ b/kubernetes/vfc/values.yaml @@ -12,11 +12,43 @@ # See the License for the specific language governing permissions and # limitations under the License. +global: + config: + msbServiceName: msb-iag + msbPort: 80 + dbServiceName: vfc-db + dbPort: 3306 + dbUser: root + mariadbRootPassword: secretpassword + redisServiceName: vfc-redis + redisPort: 6379 + persistence: + mountPath: /dockerdata-nfs + # application configuration config: logstashServiceName: log-ls logstashPort: 5044 +mariadb-galera: + nameOverride: vfc-mariadb + service: + name: vfc-db + portName: vfc-db + nfsprovisionerPrefix: vfc + persistence: + mountSubPath: vfc/data + enabled: true + disableNfsProvisioner: true + +catalog: + config: + dbPodName: vfc-db + dbServiceName: vfc-db +nslcm: + config: + dbPodName: vfc-db + dbServiceName: vfc-db # sub-chart configuration vfc-workflow: service: @@ -24,4 +56,4 @@ vfc-workflow: vfc-workflow-engine: config: - workflowPort: 10550 \ No newline at end of file + workflowPort: 10550