75 lines
929 B
YAML
75 lines
929 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: obsidiandynamics/kafdrop
|
|
tag: latest
|
|
pullPolicy: Always
|
|
|
|
kafka:
|
|
brokerConnect: localhost:9092
|
|
properties: ""
|
|
truststore: ""
|
|
keystore: ""
|
|
propertiesFile: "kafka.properties"
|
|
truststoreFile: "kafka.truststore.jks"
|
|
keystoreFile: "kafka.keystore.jks"
|
|
|
|
host:
|
|
|
|
jvm:
|
|
opts: ""
|
|
jmx:
|
|
port: 8686
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
cmdArgs: ""
|
|
|
|
global:
|
|
kubeVersion: ~
|
|
|
|
server:
|
|
port: 9000
|
|
servlet:
|
|
contextPath: /
|
|
|
|
service:
|
|
annotations: {}
|
|
type: NodePort
|
|
port: 9000
|
|
nodePort: 30900
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations: {}
|
|
apiVersion: ~
|
|
#ingressClassName: ~
|
|
path: /
|
|
#pathType: ~
|
|
hosts: []
|
|
tls: []
|
|
|
|
resources:
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
requests:
|
|
cpu: 1m
|
|
memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
podAnnotations: {}
|
|
|
|
podLabels: {}
|
|
|
|
hostAliases: []
|
|
|
|
mountProtoDesc:
|
|
enabled: false
|
|
hostPath:
|