Merge "Mounting of DMAAP listener properties for RANSlice"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 9 Sep 2020 06:49:19 +0000 (06:49 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 9 Sep 2020 06:49:19 +0000 (06:49 +0000)
1  2 
kubernetes/sdnc/components/dmaap-listener/templates/deployment.yaml

@@@ -51,7 -51,7 +51,7 @@@ spec
          name: {{ include "common.name" . }}-update-config
  
        - command:
 -        - /root/ready.py
 +        - /app/ready.py
          args:
          - --container-name
          - {{ include "common.mariadbService" . }}
@@@ -65,7 -65,7 +65,7 @@@
              fieldRef:
                apiVersion: v1
                fieldPath: metadata.namespace
 -        image: "{{ .Values.global.readinessRepository }}/{{ .Values.global.readinessImage }}"
 +        image: "{{ include "common.repository" . }}/{{ .Values.global.readinessImage }}"
          imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
          name: {{ include "common.name" . }}-readiness
        containers:
          - mountPath: {{ .Values.config.configDir }}/dmaap-consumer-oofpcipoc.properties
            name: properties
            subPath: dmaap-consumer-oofpcipoc.properties
+         - mountPath: {{ .Values.config.configDir }}/dmaap-consumer-RANSlice.properties
+           name: properties
+           subPath: dmaap-consumer-RANSlice.properties
          resources:
  {{ include "common.resources" . | indent 12 }}
          {{- if .Values.nodeSelector }}