mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 22:02:53 +00:00
Fix service
This commit is contained in:
committed by
Antony Perigault
parent
af5983cb68
commit
626b8acaa9
@@ -11,7 +11,7 @@ metadata:
|
|||||||
app.kubernetes.io/component: '{{ deployment_type }}'
|
app.kubernetes.io/component: '{{ deployment_type }}'
|
||||||
app.kubernetes.io/operator-version: '{{ lookup("env", "OPERATOR_VERSION") }}'
|
app.kubernetes.io/operator-version: '{{ lookup("env", "OPERATOR_VERSION") }}'
|
||||||
{{ service_labels | indent(width=4) }}
|
{{ service_labels | indent(width=4) }}
|
||||||
{% if ingress_type | lower == 'loadbalancer' and loadbalancer_annotations %}
|
{% if service_type | lower == 'loadbalancer' and loadbalancer_annotations %}
|
||||||
annotations:
|
annotations:
|
||||||
{{ loadbalancer_annotations | indent(width=4) }}
|
{{ loadbalancer_annotations | indent(width=4) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user