Untitled

 avatar
unknown
plain_text
2 years ago
3.0 kB
3
Indexable
deployment:
  configFiles:
    axis2: "axis2.xml"
      mountPath: "/wso2-ei-base-product/conf/axis2/axis2.xml"
      subPath: "{{ .Values.deployment.configFiles.axis2 }}"

    carbonProperties: "carbon.properties"
      mountPath: "/wso2-ei-base-product/conf/carbon.properties"
      subPath: "{{ .Values.deployment.configFiles.carbonProperties }}"

    carbon: "carbon.xml"
      mountPath: "/wso2-ei-base-product/conf/carbon.xml"
      subPath: "{{ .Values.deployment.configFiles.carbon }}"

    catalinaServer: "catalina-server.xml"
      mountPath: "/wso2-ei-base-product/conf/tomcat/catalina-server.xml"
      subPath: "{{ .Values.deployment.configFiles.catalinaServer }}"

    engbusMonitoring: "engbus-monitoring.properties"
      mountPath: "/wso2-ei-base-product/conf/engbus-monitoring.properties"
      subPath: "{{ .Values.deployment.configFiles.engbusMonitoring }}"

    ESRNotificationReceiver: "ESRNotificationReceiver.xml"
      mountPath: "/wso2-ei-base-product/repository/deployment/server/synapse-configs/default/proxy-services/ESRNotificationReceiver.xml"
      subPath: "{{ .Values.deployment.configFiles.ESRNotificationReceiver }}"

    jms: "jms.properties"
      mountPath: "/wso2-ei-base-product/conf/jms.properties"
      subPath: "{{ .Values.deployment.configFiles.jms }}"
    
    log4j: "log4j.properties"
      mountPath: "/wso2-ei-base-product/conf/log4j.properties"
      subPath: "{{ .Values.deployment.configFiles.log4j }}"
    
    nhttp: "nhttp.properties"
      mountPath: "/wso2-ei-base-product/conf/nhttp.properties"
      subPath: "{{ .Values.deployment.configFiles.nhttp }}"
    
    owasp: "Owasp.CsrfGuard.Carbon.properties"
      mountPath: "/wso2-ei-base-product/conf/security/Owasp.CsrfGuard.Carbon.properties"
      subPath: "{{ .Values.deployment.configFiles.owasp }}"
    
    passthru: "passthru-http.properties"
      mountPath: "/wso2-ei-base-product/conf/passthru-http.properties"
      subPath: "{{ .Values.deployment.configFiles.passthru }}"
    
    registryLong: "registry.xml"
      mountPath: "/wso2-ei-base-product/conf/registry.xml"
      subPath: "{{ .Values.deployment.configFiles.registryLong }}"
    
    registryShort: "registry.xml"
      mountPath: "/wso2-ei-base-product/repository/deployment/server/synapse-configs/default/registry.xml"
      subPath: "{{ .Values.deployment.configFiles.registryShort }}"

    synapseHandlers: "synapse-handlers.xml"
      mountPath: "/wso2-ei-base-product/conf/synapse-handlers.xml"
      subPath: "{{ .Values.deployment.configFiles.synapse-handlers.xml }}"
      
    synapseProperties: "synapse.properties"
      mountPath: "/wso2-ei-base-product/conf/synapse.properties"
      subPath: "{{ .Values.deployment.configFiles.synapse.properties }}"

    synapseXml: "synapse.xml"
      mountPath: "/wso2-ei-base-product/repository/deployment/server/synapse-configs/default/synapse.xml"
      subPath: "{{ .Values.deployment.configFiles.synapse.xml }}"
Editor is loading...