templates.deployment.kafka-connect.kafka.connect.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 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