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

templates.deployment.inference.v2.inference.values.yaml.vm Maven / Gradle / Ivy

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