Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmiKloud authored Jun 26, 2024
1 parent 9f486c5 commit be83004
Showing 1 changed file with 2 additions and 2 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 }}

0 comments on commit be83004

Please sign in to comment.