Skip to content

Commit

Permalink
Merge pull request #67 from curieo-org/eng-190-patch-for-helmchart
Browse files Browse the repository at this point in the history
Update service.yaml
  • Loading branch information
rathijitpapon authored Jun 26, 2024
2 parents 5937c2f + be83004 commit 87c21f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
template:
metadata:
labels:
app: {{ .Release.Name }}
app: search-{{ .Release.Name }}
spec:
containers:
- image: {{ .Values.service.replica_count }}
Expand Down Expand Up @@ -42,4 +42,4 @@ spec:
memory: {{ .Values.resources.limits.memory }}
requests:
cpu: {{ .Values.resources.requests.cpu }}
memory: {{ .Values.resources.requests.memory }}
memory: {{ .Values.resources.requests.memory }}
4 changes: 2 additions & 2 deletions frontend/helm/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
protocol: TCP
name: http-web
selector:
app: {{ .Release.Name }}
sessionAffinity: "ClientIP"
app: search-{{ .Release.Name }}
sessionAffinity: "ClientIP"

0 comments on commit 87c21f9

Please sign in to comment.