File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 37
37
value : {{ tpl $value $ | quote }}
38
38
{{- end }}
39
39
ports :
40
- - name : parseable
41
- containerPort : 5678
42
- protocol : TCP
40
+ - containerPort : 5678
43
41
resources :
44
42
{{- toYaml .Values.parseable.resources | nindent 12 }}
45
43
volumeMounts :
Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ apiVersion: v1
2
2
kind : Service
3
3
metadata :
4
4
name : {{ include "parseable.fullname" . }}
5
- labels :
6
- {{- include "parseable.labels" . | nindent 4 }}
5
+ namespace : {{ .Release.Namespace }}
7
6
spec :
8
7
type : {{ $.Values.parseable.service.type }}
9
8
ports :
10
9
- port : {{ $.Values.parseable.service.port }}
11
10
targetPort : 5678
12
11
protocol : TCP
13
- name : parseable
14
12
selector :
15
13
{{- include "parseable.selectorLabels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ parseable:
5
5
pullPolicy : IfNotPresent
6
6
tag : " "
7
7
env :
8
+ P_ADDR : " 0.0.0.0:5678"
8
9
P_TLS_CERT_PATH : " "
9
10
P_LOCAL_STORAGE : " data"
10
11
P_STORAGE_UPLOAD_INTERVAL : " 60"
@@ -13,8 +14,8 @@ parseable:
13
14
P_S3_SECRET_KEY : " "
14
15
P_S3_REGION : " "
15
16
P_S3_BUCKET : " "
16
- P_USERNAME : " "
17
- P_PASSWORD : " "
17
+ P_USERNAME : " parseable "
18
+ P_PASSWORD : " parseable "
18
19
nameOverride : " "
19
20
fullnameOverride : " "
20
21
serviceAccount :
@@ -23,7 +24,7 @@ parseable:
23
24
annotations : {}
24
25
service :
25
26
type : ClusterIP
26
- port : " 5678 "
27
+ port : 80
27
28
resources :
28
29
limits :
29
30
cpu : 100m
You can’t perform that action at this time.
0 commit comments