Skip to content

Commit

Permalink
[KMIP] update ports path in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivmucheli committed Oct 14, 2024
1 parent 9e0ab36 commit 5d74f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/kmip/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
value: {{ .Values.kmip.openstack_env.user_domain_name | quote }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
containerPort: {{ .Values.service.ports.port }}
protocol: TCP
resources:
requests:
Expand Down

0 comments on commit 5d74f3e

Please sign in to comment.