Allow custom kopf and kibana public ports (#178)
* Allow custom kopf and kibana public ports * kopf public port is now required * kibana public port is now required
This commit is contained in:
committed by
Bill Maxwell
parent
b6af78417a
commit
3ccd9033cc
@@ -9,6 +9,12 @@
|
||||
type: "string"
|
||||
required: true
|
||||
default: "es"
|
||||
- variable: "kopf_port"
|
||||
label: "Public Port"
|
||||
description: "Unique public port for kopf"
|
||||
type: "int"
|
||||
default: 80
|
||||
required: true
|
||||
elasticsearch-masters:
|
||||
metadata:
|
||||
elasticsearch:
|
||||
|
||||
Reference in New Issue
Block a user