All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.deployment.configuration-store.v2.configuration-store.values.yaml.vm Maven / Gradle / Ivy

#[[########################################
## CONFIG | Configuration Store Configs
## See aiSSEMBLE aissemble-configuration-store-chart: README for more details.
## https://github.com/boozallen/aissemble/
########################################]]#

aissemble-configuration-store-chart:
  aissemble-quarkus-chart:
    app:
      name: "${appName}"
    deployment:
      env:
        - name: BASE_PROPERTY
          value: /configurations/base
        - name: ENVIRONMENT_PROPERTY
          value: /configurations/env
      supplementalVolumes:
        - name: configurations
          persistentVolumeClaim:
            claimName: configuration-store-claim
      supplementalVolumeMounts:
        - name: configurations
          mountPath: "/configurations"

  configurationVolume:
    storageType: "custom"
    storageClass: ""




© 2015 - 2025 Weber Informatics LLC | Privacy Policy