* More details regarding the Nginx Ingress Controller (Kubernetes Community Edition) can be found [here](https://kubernetes.github.io/ingress-nginx/deploy/).
* More details regarding the Nginx Ingress Controller (Kubernetes Community Edition) can be found [here](https://kubernetes.github.io/ingress-nginx/deploy/).
* **Other Ingress Controller:** For non-Nginx ingress controllers, modify `[repo-root]/kubernetes/helm/openslice/templates/openslice-ingress.yaml` to meet your controller’s requirements.
* **GKE Ingress Controller:**
* Modify `[repo-root]/kubernetes/helm/openslice/templates/openslice-ingress.yaml`, as following:
```
- - pathType: ImplementationSpecific
+ - pathType: Prefix
```
* Modify `[repo-root]/kubernetes/helm/openslice/values.yaml`, as following:
* **Other Ingress Controller:** For other ingress controllers, modify `[repo-root]/kubernetes/helm/openslice/templates/openslice-ingress.yaml` to meet your controller’s requirements.