diff --git a/openstack/kmip/templates/service.yaml b/openstack/kmip/templates/service.yaml index 0ff9c29658..f5f08b689e 100644 --- a/openstack/kmip/templates/service.yaml +++ b/openstack/kmip/templates/service.yaml @@ -16,8 +16,8 @@ metadata: {{- include "utils.linkerd.pod_and_service_annotation" . | indent 4 }} spec: type : {{ .Values.service.type }} - externalIPs: - - {{ .Values.service.externalIPs }} + externalIP: + - {{ .Values.service.externalIP }} sessionAffinity: None externalTrafficPolicy: Local selector: diff --git a/openstack/kmip/values.yaml b/openstack/kmip/values.yaml index c3ffd93465..be28e45e33 100644 --- a/openstack/kmip/values.yaml +++ b/openstack/kmip/values.yaml @@ -47,7 +47,7 @@ podAnnotations: service: type: NodePort - externalIPs: 10.0.0.2 + externalIP: 10.0.0.2 ports: port: 5696 targetPort: 5696