*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 36880596 authored by Weber, Thomas's avatar Weber, Thomas
Browse files

disable not working annotations

parent df1c147e
Branches
No related tags found
1 merge request!1Restore main as the default branch
......@@ -43,17 +43,17 @@ spec:
{% endfor %}
{% endif %}
{# -- END INNER #}
annotations:
ingress/loadBalancerIP: {{ item.value.loadBalancerIP }}
{# -- BEGIN INNER #}
{% if item.value.LoadBalancerID_OpenStack is defined and item.value.LoadBalancerID_OpenStack | length > 0 %}
annotations:
loadbalancer.openstack.org/load-balancer-id: {{ item.value.LoadBalancerID_OpenStack }}
loadbalancer.openstack.org/health-monitor-delay: "10"
loadbalancer.openstack.org/health-monitor-timeout: "30"
loadbalancer.openstack.org/health-monitor-max-retries: "5"
loadbalancer.openstack.org/enable-health-monitor: "true"
loadbalancer.openstack.org/proxy-protocol: "true"
#loadbalancer.openstack.org/health-monitor-delay: "10"
#loadbalancer.openstack.org/health-monitor-timeout: "30"
#loadbalancer.openstack.org/health-monitor-max-retries: "5"
#loadbalancer.openstack.org/enable-health-monitor: "true"
{% elif item.value.metallbAddressPool is defined and item.value.metallbAddressPool | length > 0 %}
annotations:
metallb.universe.tf/address-pool: {{ item.value.metallbAddressPool }}
{% endif %}
{# -- END INNER #}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment