Fix service

This commit is contained in:
Jonathan Ervine 2020-07-30 12:42:37 +08:00
parent 76fa58b75e
commit 71c13e1702
3 changed files with 5 additions and 5 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.2 version: 0.1.3
# 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

@ -8,8 +8,8 @@ spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- port: {{ .Values.service.port }} - port: {{ .Values.service.port }}
targetPort: http targetPort: 19132
protocol: TCP protocol: UDP
name: http name: 19132
selector: selector:
{{- include "bedrock.selectorLabels" . | nindent 4 }} {{- include "bedrock.selectorLabels" . | nindent 4 }}

View File

@ -32,7 +32,7 @@ securityContext:
service: service:
type: LoadBalancer type: LoadBalancer
port: 19132/udp port: 19132
ingress: ingress:
enabled: false enabled: false