diff --git a/bedrock/Chart.yaml b/bedrock/Chart.yaml index aad5452..2a11a2f 100644 --- a/bedrock/Chart.yaml +++ b/bedrock/Chart.yaml @@ -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. diff --git a/bedrock/templates/service.yaml b/bedrock/templates/service.yaml index 3a70691..4ef4eb8 100644 --- a/bedrock/templates/service.yaml +++ b/bedrock/templates/service.yaml @@ -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 }} diff --git a/bedrock/values.yaml b/bedrock/values.yaml index c9db8cb..a756d67 100644 --- a/bedrock/values.yaml +++ b/bedrock/values.yaml @@ -32,7 +32,7 @@ securityContext: service: type: LoadBalancer - port: 19132/udp + port: 19132 ingress: enabled: false