Fixed service ports

This commit is contained in:
Jonathan Ervine 2020-09-01 22:07:01 +08:00
parent d4b194fd7c
commit 8428903cc5
3 changed files with 8 additions and 1 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.1
version: 0.1.2
# 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

@ -11,5 +11,9 @@ spec:
targetPort: http
protocol: TCP
name: http
- port: {{ .Values.ssh.port }}
targetPort: ssh
protocol: TCP
name: ssh
selector:
{{- include "gitea.selectorLabels" . | nindent 4 }}

View File

@ -36,6 +36,9 @@ service:
type: ClusterIP
port: 3000
ssh:
port: 22
ingress:
enabled: false
annotations: {}