Installation
You can install Unica using Helm
charts. Override the following Helm chart values using --set
name=value
.
Before you begin
- Ensure that
configMaps
in the helm chart are correctly configured. - Verify all the configurations and ensure that the mount location does not have any Unica-related installation files.
Procedure
-
kubectl apply -f ./omnix-unica/extra-configs/local-pv.yaml
-
helm install --name nginx stable/nginx-ingress -f ./omnix-unica/extra-configs/nginx-conf.yaml
-
helm install --name unica -f ./omnix-unica/values-local.yaml omnix-unica --set service.hostname=kubernetes.nonprod.hclpnp.com --set service.applicationDomain='nonprod.hclpnp.com' --set ingress.enabled=true