ingress-nginx/examples/customization/custom-template
Manuel de Brito Fontes 425936f244 Release nginx ingress controller 0.9-beta.15 2017-10-06 01:34:35 -03:00
..
README.md Fix Minor Typo in customization custom-template 2017-08-17 03:04:37 +05:30
custom-template.yaml Release nginx ingress controller 0.9-beta.15 2017-10-06 01:34:35 -03:00

README.md

This example shows how it is possible to use a custom template

First create a configmap with a template inside running:

kubectl create configmap nginx-template --from-file=nginx.tmpl=../../nginx.tmpl

Next create the rc kubectl create -f custom-template.yaml