This commit is contained in:
DeveloperDurp 2024-05-13 05:08:56 -05:00
parent ea811669c3
commit e06a35f1a2
25 changed files with 56 additions and 657 deletions

View file

@ -6,7 +6,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host("api.durp.info") && PathPrefix(`/api`)
- match: Host("api.dev.durp.info") && PathPrefix(`/api`)
kind: Rule
middlewares:
- name: jwt
@ -24,7 +24,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host("api.durp.info") && PathPrefix(`/swagger`)
- match: Host("api.dev.durp.info") && PathPrefix(`/swagger`)
kind: Rule
services:
- name: "durpapi-service"