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
# 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
# incremented each time you make changes to the application.

View File

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

View File

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