Skip to content

Commit

Permalink
[kmip] use externalIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivmucheli committed Oct 14, 2024
1 parent 35e1922 commit eac3416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openstack/kmip/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion openstack/kmip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ podAnnotations:

service:
type: NodePort
externalIPs: 10.0.0.2
externalIP: 10.0.0.2
ports:
port: 5696
targetPort: 5696
Expand Down

0 comments on commit eac3416

Please sign in to comment.