Fix service name

This commit is contained in:
Jonathan Ervine 2020-07-30 12:44:26 +08:00
parent 71c13e1702
commit 605174f2a1
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 }}