ingress-nginx-helm/controllers/nginx/examples/custom-template
Manuel de Brito Fontes 9b762b7d54 Release 0.8.1
2016-07-06 12:22:07 -04:00
..
custom-template.yaml Release 0.8.1 2016-07-06 12:22:07 -04:00
README.md Allow custom nginx templates 2016-04-30 12:34:33 -03:00

This example shows how 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