Durgpal | 7ad4069 | 2018-08-03 07:28:36 +0000 | [diff] [blame] | 1 | # Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved. |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Dominic Lunanuova | e825fee | 2018-04-12 14:40:34 +0000 | [diff] [blame] | 15 | DMAAPBC_WAIT_TO_EXIT=Y |
| 16 | DMAAPBC_PG_ENABLED=true |
| 17 | # Need to connect to PG primary service, designated by service.name2 |
| 18 | DMAAPBC_PGHOST={{ .Values.postgres.service.name2 }} |
| 19 | DMAAPBC_PGDBNAME={{ .Values.postgres.config.pgDatabase }} |
| 20 | DMAAPBC_PGCRED={{ .Values.postgres.config.pgUserPassword }} |
| 21 | DMAAPBC_PGUSER={{ .Values.postgres.config.pgUserName }} |
| 22 | DMAAPBC_MR_CNAME={{ .Values.dmaapMessageRouterService }} |
| 23 | DMAAPBC_AAF_URL={{ .Values.aafURL }} |
| 24 | DMAAPBC_TOPICMGR_USER={{ .Values.topicMgrUser }} |
| 25 | DMAAPBC_TOPICMGR_PWD={{ .Values.topicMgrPwd }} |
| 26 | DMAAPBC_ADMIN_USER={{ .Values.adminUser }} |
| 27 | DMAAPBC_ADMIN_PWD={{ .Values.adminPwd }} |
| 28 | |