templates.deployment.inference.v2.inference.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!
#[[########################################
## CONFIG | Inference Configs
## See aiSSEMBLE aissemble-inference-chart README for more details.
## https://github.com/boozallen/aissemble/
########################################]]#
aissemble-inference-chart:
app:
name: ${appName}
deployment:
image:
name: ${projectName}-${appName}-docker
repo: ${dockerProjectRepositoryUrl}
tag: ''
service:
spec:
ports:
- name: "api"
port: ${port1}
targetPort: 8000
- name: "grpc-api"
port: ${port2}
targetPort: 8081
© 2015 - 2025 Weber Informatics LLC | Privacy Policy