Skip to content

Commit

Permalink
Add missing selector for SVC and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Oct 31, 2024
1 parent 49a6f01 commit 20df3ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ deploy/eb/

# tox
./.tox

# Helm
.helm-charts/
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ generated/
coverage/

# storybook build
storybook-static/
storybook-static/

# Helm
.helm-charts/
2 changes: 2 additions & 0 deletions nginx-serve/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ spec:
matchLabels:
app: {{ template "ifrcgo-web-app.name" . }}
release: {{ .Release.Name }}
run: {{ .Release.Name }}
template:
metadata:
labels:
app: {{ template "ifrcgo-web-app.name" . }}
release: {{ .Release.Name }}
run: {{ .Release.Name }}
spec:
containers:
- name: {{ .Chart.Name }}
Expand Down

0 comments on commit 20df3ac

Please sign in to comment.