File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.0
18
+ version : 0.1.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 33
33
{{- toYaml .Values.securityContext | nindent 12 }}
34
34
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
35
35
imagePullPolicy : {{ .Values.image.pullPolicy }}
36
+ env :
37
+ - name : PORT
38
+ value : " 8000"
36
39
ports :
37
40
- name : http
38
- containerPort : 80
41
+ containerPort : 8000
39
42
protocol : TCP
40
43
livenessProbe :
41
44
httpGet :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ securityContext: {}
38
38
39
39
service :
40
40
type : ClusterIP
41
- port : 80
41
+ port : 8000
42
42
43
43
ingress :
44
44
enabled : true
You can’t perform that action at this time.
0 commit comments