Skip to content

Commit ca86343

Browse files
m00nyONEyGuy
authored andcommitted
remove service as its not used here
1 parent f89b3ed commit ca86343

File tree

2 files changed

+14
-24
lines changed

2 files changed

+14
-24
lines changed

helm/chatgpt-mattermost-bot/templates/deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ spec:
3838
name: {{ include "chatgpt-mattermost-bot.fullname" . }}-config
3939
- secretRef:
4040
name: {{ include "chatgpt-mattermost-bot.fullname" . }}-secret
41-
ports:
42-
- name: http
43-
containerPort: {{ .Values.service.port }}
44-
protocol: TCP
4541
resources:
4642
{{- toYaml .Values.resources | nindent 12 }}
4743
{{- with .Values.nodeSelector }}

helm/chatgpt-mattermost-bot/values.yaml

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
config: # required: example: description:
216
MATTERMOST_URL: "" # yes https://mattermost.server The URL to the server. This is used for connecting the bot to the Mattermost API
317
MATTERMOST_TOKEN: "" # yes abababacdcdcd The authentication token from the logged in mattermost bot
@@ -14,33 +28,13 @@ config: # required: example: descriptio
1428
NODE_ENV: "" # no development The mode NodeJS runs in. Defaults to production
1529

1630

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-
3031
serviceAccount:
3132
create: true
3233
annotations: {}
3334
name: ""
3435

3536
podAnnotations: {}
3637

37-
podSecurityContext: {}
38-
39-
securityContext: {}
40-
41-
service:
42-
type: ClusterIP
43-
port: 80
4438

4539
resources: {}
4640

0 commit comments

Comments
 (0)