skip to main content
https.json
This file should be supplied to the helm upgrade command with -f https.json:
___FQDN___ should be the FQDN to access the cluster and it must be a valid string in FQDN format, doing otherwise may cause an irreversible fatal installation error.
{
"charts": {
"iceDesktop": {
"values": {
"config": {
"ingress": {
"hosts": [
"___FQDN1___",
"___FQDN2___",
"___FQDN3___" .....
]
}
}
}
},
"iceIngress": {
"values": {
"hosts": [
"___FQDN1___",
"___FQDN2___",
"___FQDN3___" .....
]
"ingress-nginx": {
"controller": {
"config": {
"use-proxy-protocol": false
}
}
}
}
},
"iceMinio": {
"values": {
"config": {
"ingress": {
"hosts": [
"___FQDN1___",
"___FQDN2___",
"___FQDN3___" .....
]
}
}
}
},
"iceMonitoring": {
"values": {
"grafana": {
"grafana.ini": {
"server": {
"domain": "___FQDN1___"
}
},
"ingress": {
"enabled": true,
"hosts": [
"___FQDN1___",
"___FQDN2___",
"___FQDN3___" .....
]
}
}
}
},
"instantConnectEnterprise": {
"values": {
"config": {
"ingress": {
"hosts": [
"___FQDN1___",
"___FQDN2___",
"___FQDN3___" .....
]
}
}
}
},
"kafkaUI": {
"values": {
"kafka-ui": {
"ingress": {
"enabled": true,
"host": "___FQDN1___"
}
}
}
},
"rallypoint": {
"values": {
"ingress": {
"hosts": [
"___FQDN1___",
"___FQDN2___",
"___FQDN3___" .....
]
}
}
}
}
}
Note: As seen in the full https.json above, some entries do NOT accept multiple FQDN values, e.g. iceMonitoring, kafkaUI.