templates.deployment.vault.vault.values.yaml.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
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