Skip to content

Commit

Permalink
fix svc name
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Oct 17, 2023
1 parent ffe7974 commit 6d2d7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.11.0
version: 0.12.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/phrasea/templates/api-nginx-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ $appName }}-api
name: {{ $appName }}-api-nginx
spec:
ports:
- name: http
Expand Down

0 comments on commit 6d2d7ec

Please sign in to comment.