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

templates.deployment.s3-local.s3-local.values.yaml.vm Maven / Gradle / Ivy

# Default values for inference.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

hostname: s3-local
image:
  name: localstack/localstack
  dockerRepo: docker.io/
  imagePullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""

buckets: []

deployment:
  ports:
    - name: "access"
      containerPort: 4566
      protocol: TCP
  env:
    - name: SERVICES
      value: s3
  restartPolicy: Always

service:
  spec:
    ports:
      - name: "access"
        port: 4566
        targetPort: 4566




© 2015 - 2025 Weber Informatics LLC | Privacy Policy