Skip to content

Commit

Permalink
rename backend to api
Browse files Browse the repository at this point in the history
  • Loading branch information
naborisk committed Feb 13, 2024
1 parent 444c318 commit 938584a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fullstack-todo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: fullstack-todo
description: Simple to-do application
type: application
version: 0.0.13
version: 0.0.14
appVersion: '0.0.1'
2 changes: 1 addition & 1 deletion charts/fullstack-todo/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
## nginx.ingress.kubernetes.io/rewrite-target defined above, it will
## automatically remove the "/backend" from the path.
## ie. 51.158.57.177/backend -> (backend service internal address):5678/
- path: /backend/(.*)
- path: /api/(.*)
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit 938584a

Please sign in to comment.