Skip to content

Commit 59a0886

Browse files
author
Stanislav Shcherbakov
committed
update deployment configuration to use full name and disable ingress in production and staging
1 parent f329e1d commit 59a0886

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
{{- toYaml .Values.marketEnv | nindent 12}}
3939
envFrom:
4040
- secretRef:
41-
name: {{ .Values.envFromSecret }}
41+
name: {{ include "helm-chart.fullname" . }}
4242
ports:
4343
- name: http
4444
containerPort: {{ .Values.service.port }}

helm/values.production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
ingress:
4-
enabled: true
4+
enabled: false
55
hosts:
66
- host: spark-middleware.production.sprk.fi
77
paths:

helm/values.staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ingress:
2-
enabled: true
2+
enabled: false
33
hosts:
44
- host: spark-middleware.staging.sprk.fi
55
paths:

helm/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
replicaCount: 1
22

3-
fullnameOverride: spark-middleware
4-
envFromSecret: spark-middleware
5-
63
image:
74
repository: harbor.infra.sprk.fi/sprk/spark-middleware
85
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)