Skip to content

Implementation of a Custom default-backend Service resource for the Helm installation of Nginx Ingress Controller.

Notifications You must be signed in to change notification settings

jlpa-dev/custom-default-backend

 
 

Repository files navigation

Custom Default Backend for Nginx Ingress Controller

This repo contains the code and setup files that work with the latest Helm installation of Nginx Ingress Controller.

To integrate with Helm:

  • Create the k8s resources:
kubectl apply -f custom_default_backend.yaml
  • Delete previous Nginx Ingress Controller Helm installation:
helm delete nginx-ingress -n ingress-nginx
  • Install it again with proper --set flags:
helm install nginx-ingress --namespace ingress-nginx stable/nginx-ingress --set defaultBackend.enabled=false,controller.defaultBackendService=ingress-nginx/custom-default-backend

About

Implementation of a Custom default-backend Service resource for the Helm installation of Nginx Ingress Controller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.6%
  • CSS 11.9%
  • Dockerfile 10.5%