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

templates.deployment.kafka-connect.kafka.connect.values.yaml.vm Maven / Gradle / Ivy

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

replicaCount: 1

hostname: connector
image:
  name: ${projectName}-kafka-connect-docker
  imagePullPolicy: Always
  dockerRepo: ${dockerProjectRepositoryUrl}
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""

deployment:
  ports:
    - name: http-1
      containerPort: 8083
      protocol: TCP
# KC Service
service:
  spec:
    ports:
      - name: "9083"
        port: 9083
        targetPort: 8083




© 2015 - 2025 Weber Informatics LLC | Privacy Policy