update comments for kubernetes ingress

Signed-off-by: Khaled Elkhawaga <k.elkhawaga@gmail.com>
This commit is contained in:
Khaled Elkhawaga
2019-10-11 01:00:22 +02:00
parent 267e297eca
commit e38ed6574c

View File

@@ -26,11 +26,13 @@ dockerhub_base=ansible
# pg_cpu_limit=1000 # pg_cpu_limit=1000
# pg_mem_limit=2 # pg_mem_limit=2
# Kubernetes Ingress Annotations # Kubernetes Ingress Configuration
# You can use the variables below to pass annotations to Kubernetes Ingress # You can use the variables below to configure Kubernetes Ingress
# The example below shows an annotation to be used with Traefik but other Ingress controllers are also supported. # Set hostname
# kubernetes_ingress_hostname=awx.example.org # kubernetes_ingress_hostname=awx.example.org
# Add annotations. The example below shows an annotation to be used with Traefik but other Ingress controllers are also supported
# kubernetes_ingress_annotations={'kubernetes.io/ingress.class': 'traefik', 'traefik.ingress.kubernetes.io/redirect-entry-point': 'https'} # kubernetes_ingress_annotations={'kubernetes.io/ingress.class': 'traefik', 'traefik.ingress.kubernetes.io/redirect-entry-point': 'https'}
# Specify a secret for TLS termination
# kubernetes_ingress_tls_secret=awx-cert # kubernetes_ingress_tls_secret=awx-cert
# Kubernetes and Openshift Install Resource Requests # Kubernetes and Openshift Install Resource Requests