File tree Expand file tree Collapse file tree 2 files changed +14
-24
lines changed
helm/chatgpt-mattermost-bot Expand file tree Collapse file tree 2 files changed +14
-24
lines changed Original file line number Diff line number Diff line change 38
38
name : {{ include "chatgpt-mattermost-bot.fullname" . }}-config
39
39
- secretRef :
40
40
name : {{ include "chatgpt-mattermost-bot.fullname" . }}-secret
41
- ports :
42
- - name : http
43
- containerPort : {{ .Values.service.port }}
44
- protocol : TCP
45
41
resources :
46
42
{{- toYaml .Values.resources | nindent 12 }}
47
43
{{- with .Values.nodeSelector }}
Original file line number Diff line number Diff line change
1
+ image :
2
+ registry : ghcr.io/yguy
3
+ repository : chatgpt-mattermost-bot
4
+ pullPolicy : IfNotPresent
5
+ # Overrides the image tag whose default is the chart appVersion.
6
+ tag : " v2.1.2"
7
+
8
+ imagePullSecrets : []
9
+
10
+ replicaCount : 1
11
+
12
+ nameOverride : " "
13
+ fullnameOverride : " chatgpt-mattermost-bot"
14
+
1
15
config : # required: example: description:
2
16
MATTERMOST_URL : " " # yes https://mattermost.server The URL to the server. This is used for connecting the bot to the Mattermost API
3
17
MATTERMOST_TOKEN : " " # yes abababacdcdcd The authentication token from the logged in mattermost bot
@@ -14,33 +28,13 @@ config: # required: example: descriptio
14
28
NODE_ENV : " " # no development The mode NodeJS runs in. Defaults to production
15
29
16
30
17
- replicaCount : 1
18
-
19
- image :
20
- registry : ghcr.io/yguy
21
- repository : chatgpt-mattermost-bot
22
- pullPolicy : IfNotPresent
23
- # Overrides the image tag whose default is the chart appVersion.
24
- tag : " latest"
25
-
26
- imagePullSecrets : []
27
- nameOverride : " "
28
- fullnameOverride : " chatgpt-bot"
29
-
30
31
serviceAccount :
31
32
create : true
32
33
annotations : {}
33
34
name : " "
34
35
35
36
podAnnotations : {}
36
37
37
- podSecurityContext : {}
38
-
39
- securityContext : {}
40
-
41
- service :
42
- type : ClusterIP
43
- port : 80
44
38
45
39
resources : {}
46
40
You can’t perform that action at this time.
0 commit comments