Skip to content
Snippets Groups Projects
Commit f6d3478d authored by Nico Benjamin Pögel's avatar Nico Benjamin Pögel
Browse files

fixed typo in myaktion ingress controller

parent fbcdb879
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ metadata: ...@@ -9,7 +9,7 @@ metadata:
spec: spec:
routes: routes:
- kind: Rule - kind: Rule
match: Path(`/campaigns/{id:[0-9]+}/dontations`) && Method(`POST`) match: Path(`/campaigns/{id:[0-9]+}/donations`) && Method(`POST`)
services: services:
- kind: Service - kind: Service
name: myaktion-service name: myaktion-service
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
port: 8080 port: 8080
- kind: Rule - kind: Rule
match: Path(`/campaigns/{id:[0-9]+}/dontations`) && Method(`GET`) match: Path(`/campaigns/{id:[0-9]+}/donations`) && Method(`GET`)
middlewares: middlewares:
- name: fw-auth-mw - name: fw-auth-mw
namespace: default namespace: default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment