# OperationsCenter.ContextPath -- the path under which Operations Center will be accessible in the given host.
ContextPath:/cjoc
# DEPRECATED - Use OperationsCenter.Name instead.
ContextPath:null
# OperationsCenter.Name -- the name in the URL under which Operations Center will be accessible in the given host.
# For instance, if Subdomain is true, the URL to access Operations Center will be {{OperationsCenter.Protocol}}://{{OperationsCenter.Name}}.{{OperationsCenter.HostName}}:{{OperationsCenter.Port}}
# If Subdomain is false, the URL to access Operations Center will be {{OperationsCenter.Protocol}}://{{OperationsCenter.HostName}}:{{OperationsCenter.Port}}/{{OperationsCenter.Name}}
Name:cjoc
# OperationsCenter.Protocol -- the protocol used to access CJOC. Possible values are http/https.
Protocol:http
...
...
@@ -184,11 +197,23 @@ OperationsCenter:
Route:
tls:
# OperationsCenter.Route.tls.Enable -- Set this to true in OpenShift to terminate TLS at route level
# Read https://docs.openshift.com/container-platform/4.6/networking/routes/secured-routes.html for details.
# These also apply to Hibernation monitor if enabled.
Enable:false
## @param ExtraConfigMaps - array of objects - optional
## Extra configmaps deployed with the chart
#
# OperationsCenter.Route.tls.Termination -- Type of termination
Termination:edge
# OperationsCenter.Route.tls.InsecureEdgeTerminationPolicy -- Whether to redirect http to https
InsecureEdgeTerminationPolicy:Redirect
# OperationsCenter.Route.tls.CACertificate -- CA Certificate PEM-encoded