Fix service
This commit is contained in:
parent
76fa58b75e
commit
71c13e1702
@ -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.
|
||||
|
||||
@ -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 }}
|
||||
|
||||
@ -32,7 +32,7 @@ securityContext:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 19132/udp
|
||||
port: 19132
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user