You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
343 B

  1. ---
  2. apiVersion: v1
  3. kind: ConfigMap
  4. metadata:
  5. name: tcp-services
  6. namespace: {{ ingress_nginx_namespace }}
  7. labels:
  8. app.kubernetes.io/name: ingress-nginx
  9. app.kubernetes.io/part-of: ingress-nginx
  10. {% if ingress_nginx_configmap_tcp_services %}
  11. data:
  12. {{ ingress_nginx_configmap_tcp_services | to_nice_yaml | indent(2) }}
  13. {%- endif %}