Fix service name
This commit is contained in:
parent
71c13e1702
commit
605174f2a1
@ -14,7 +14,7 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
|||||||
@ -10,6 +10,6 @@ spec:
|
|||||||
- port: {{ .Values.service.port }}
|
- port: {{ .Values.service.port }}
|
||||||
targetPort: 19132
|
targetPort: 19132
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
name: 19132
|
name: bedrock
|
||||||
selector:
|
selector:
|
||||||
{{- include "bedrock.selectorLabels" . | nindent 4 }}
|
{{- include "bedrock.selectorLabels" . | nindent 4 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user