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

templates.deployment.vault.vault.values.yaml.vm Maven / Gradle / Ivy

The newest version!
# Default values for data-access.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

hostname: vault
image:
  name: boozallen/aissemble-vault
  imagePullPolicy: IfNotPresent
  dockerRepo: ghcr.io/
  tag: "${versionTag}"

service:
  spec:
    ports:
      - name: "8200"
        port: 8200
        targetPort: 8200

deployment:
  ports:
    - name: "http-1"
      containerPort: 8200
      protocol: TCP
  restartPolicy: Always




© 2015 - 2025 Weber Informatics LLC | Privacy Policy