18.5 Deleting the Ingress

Perform the following steps to delete the ingress and ingress controller:

  1. To delete the ingress:
    helm delete governancedomain-nginx -n <domain_namespace>
    For example:
    helm delete governancedomain-nginx -n oigns
  2. To delete the ingress controller:
    helm delete nginx-ingress -n <domain_namespace>
    For example:
    helm delete nginx-ingress -n mynginxns
  3. Delete the namespace using the following command:
    kubectl delete namespace <domain_namespace>
    For example:
    kubectl delete namespace mynginxns