Introduces the ability to pass annotations to the Kubernetes Ingress Controllers

This commit is contained in:
Marcelo Mello
2019-06-20 16:40:08 -04:00
parent e269634afc
commit 52712a0d9a
2 changed files with 23 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ dockerhub_base=ansible
# pg_cpu_limit=1000
# pg_mem_limit=2
# Kubernetes Ingress Annotations
# You can use the variables below to pass annotations to Kubernetes Ingress
# The example below shows an annotation to be used with Traefik but other Ingress controllers are also supported.
#kubernetes_ingress_hostname=awx.example.org
#kubernetes_ingress_annotations={'kubernetes.io/ingress.class': 'traefik', 'traefik.ingress.kubernetes.io/redirect-entry-point': 'https'}
# Kubernetes and Openshift Install Resource Requests
# These are the request and limit values for a pod's container for task/web/rabbitmq/memcached/management.
# The total amount of requested resources for a pod is the sum of all