Skip to content

Commit 39972a6

Browse files
authored
Merge pull request #6 from nvtkaszpir/patch-1
[hbase] Set hbase-master service as headless
2 parents f0138ac + fd72cb4 commit 39972a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/hbase/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ maintainers:
88
99
name: cgiraldo
1010
name: hbase
11-
version: 0.1.1
11+
version: 0.1.2

charts/hbase/templates/hbase-master-svc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
app.kubernetes.io/component: master
99
{{- include "hbase.labels" . | nindent 4 }}
1010
spec:
11+
clusterIP: None
1112
ports:
1213
- name: thrift
1314
port: 9090

0 commit comments

Comments
 (0)