Skip to content

Commit

Permalink
fix: typo on ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Jan 9, 2025
1 parent 9216372 commit aa3d2d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kustomize/dev/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
paths:
- backend:
service:
name: alfresco-content-service-share
name: alfresco-content-services-share
port:
number: 80
path: /
Expand Down
2 changes: 1 addition & 1 deletion kustomize/stage/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
paths:
- backend:
service:
name: alfresco-content-service-share
name: alfresco-content-services-share
port:
number: 80
path: /
Expand Down
2 changes: 1 addition & 1 deletion kustomize/test/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
paths:
- backend:
service:
name: alfresco-content-service-share
name: alfresco-content-services-share
port:
number: 80
path: /
Expand Down

0 comments on commit aa3d2d2

Please sign in to comment.