Skip to content

Commit

Permalink
fix config for CI parallel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Mar 28, 2022
1 parent 0f41047 commit cc7144d
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions tests/parallelDeployAcceptance/drone/ocis/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@ policy_selector:
default_policy: oc10
unauthenticated_policy: oc10
policies:
- name: ocis
routes:
- endpoint: "/"
backend: http: //localhost:9100
- endpoint: "/.well-known/"
backend: http: //localhost:9130
- type: regex
endpoint: "/ocs/v[12].php/cloud/user/signing-key"
backend: http: //localhost:9110
- endpoint: "/ocs/"
backend: http: //localhost:9140
- type: query
endpoint: "/remote.php/?preview=1"
backend: http: //localhost:9115
- endpoint: "/remote.php/"
backend: http: //localhost:9140
- endpoint: "/dav/"
backend: http: //localhost:9140
- endpoint: "/webdav/"
backend: http: //localhost:9140
- endpoint: "/status.php"
backend: http: //localhost:9140
- endpoint: "/index.php/"
backend: http: //localhost:9140
- endpoint: "/index.php/login"
backend: http: //localhost:9100
- endpoint: "/login"
backend: http: //localhost:9100
- endpoint: "/data"
backend: http: //localhost:9140
- endpoint: "/graph/"
backend: http: //localhost:9120
- endpoint: "/app/"
backend: http: //localhost:9140
- endpoint: "/archiver"
backend: http: //localhost:9140
- endpoint: "/graph-explorer/"
backend: http: //localhost:9135
- endpoint: "/api/v0/settings"
backend: http: //localhost:9190
- endpoint: "/settings.js"
backend: http: //localhost:9190
- name: oc10
routes:
- endpoint: "/"
backend: http: //oc10:8080
- endpoint: "/data"
backend: http: //localhost:9140
- name: ocis
routes:
- endpoint: "/"
backend: http://localhost:9100
- endpoint: "/.well-known/"
backend: http://localhost:9130
- type: regex
endpoint: "/ocs/v[12].php/cloud/user/signing-key"
backend: http://localhost:9110
- endpoint: "/ocs/"
backend: http://localhost:9140
- type: query
endpoint: "/remote.php/?preview=1"
backend: http://localhost:9115
- endpoint: "/remote.php/"
backend: http://localhost:9140
- endpoint: "/dav/"
backend: http://localhost:9140
- endpoint: "/webdav/"
backend: http://localhost:9140
- endpoint: "/status.php"
backend: http://localhost:9140
- endpoint: "/index.php/"
backend: http://localhost:9140
- endpoint: "/index.php/login"
backend: http://localhost:9100
- endpoint: "/login"
backend: http://localhost:9100
- endpoint: "/data"
backend: http://localhost:9140
- endpoint: "/graph/"
backend: http://localhost:9120
- endpoint: "/app/"
backend: http://localhost:9140
- endpoint: "/archiver"
backend: http://localhost:9140
- endpoint: "/graph-explorer/"
backend: http://localhost:9135
- endpoint: "/api/v0/settings"
backend: http://localhost:9190
- endpoint: "/settings.js"
backend: http://localhost:9190
- name: oc10
routes:
- endpoint: "/"
backend: http://oc10:8080
- endpoint: "/data"
backend: http://localhost:9140

0 comments on commit cc7144d

Please sign in to comment.