mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
Fix capitalization of clusterIP parameter
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: kafka
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
appVersion: 1.1.0
|
||||
description: Apache Kafka is a distributed streaming platform.
|
||||
keywords:
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ClusterIP: None
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: kafka
|
||||
port: 9092
|
||||
|
||||
Reference in New Issue
Block a user