Skip to content

Commit

Permalink
chore(skaffold): upgrade ingress proxy-body-size to handle camelyon data
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk committed May 28, 2024
1 parent 10d9a2b commit 80b0f96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions examples/values/backend-org-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ server:
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/client-body-buffer-size: 100m
nginx.ingress.kubernetes.io/proxy-body-size: 100m
nginx.ingress.kubernetes.io/proxy-body-size: 500m
nginx.ingress.kubernetes.io/proxy-send-timeout: "120"
nginx.ingress.kubernetes.io/proxy-read-timeout: "120"
nginx.ingress.kubernetes.io/proxy-next-upstream: "error timeout http_502"
Expand All @@ -73,13 +73,13 @@ kaniko:

addAccountOperator:
incomingOrganizations:
- { name: First Organization, secret: selfSecret1 }
- { name: MyOrg2MSP, secret: organizationSecret1w2 }
- { name: MyOrg3MSP, secret: organizationSecret1w3 }
- { name: "First Organization", secret: "selfSecret1" }
- { name: "MyOrg2MSP", secret: "organizationSecret1w2" }
- { name: "MyOrg3MSP", secret: "organizationSecret1w3" }
outgoingOrganizations:
- { name: First Organization, secret: selfSecret1 }
- { name: MyOrg2MSP, secret: organizationSecret2w1 }
- { name: MyOrg3MSP, secret: organizationSecret3w1 }
- { name: "First Organization", secret: "selfSecret1" }
- { name: "MyOrg2MSP", secret: "organizationSecret2w1" }
- { name: "MyOrg3MSP", secret: "organizationSecret3w1" }

users:
- name: "org-1"
Expand Down Expand Up @@ -123,7 +123,7 @@ orchestrator:
mtls:
enabled: true
clientCertificate: orchestrator-tls-client-pair
mspID: First Organization
mspID: "First Organization"
channels:
- mychannel:
restricted: false
Expand Down
14 changes: 7 additions & 7 deletions examples/values/backend-org-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ server:
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/client-body-buffer-size: 100m
nginx.ingress.kubernetes.io/proxy-body-size: 100m
nginx.ingress.kubernetes.io/proxy-body-size: 500m
nginx.ingress.kubernetes.io/proxy-send-timeout: "120"
nginx.ingress.kubernetes.io/proxy-read-timeout: "120"
nginx.ingress.kubernetes.io/proxy-next-upstream: "error timeout http_502"
Expand All @@ -73,13 +73,13 @@ kaniko:

addAccountOperator:
incomingOrganizations:
- { name: First Organization, secret: organizationSecret2w1 }
- { name: MyOrg2MSP, secret: selfSecret2 }
- { name: MyOrg3MSP, secret: organizationSecret2w3 }
- { name: "First Organization", secret: "organizationSecret2w1" }
- { name: "MyOrg2MSP", secret: "selfSecret2" }
- { name: "MyOrg3MSP", secret: "organizationSecret2w3" }
outgoingOrganizations:
- { name: First Organization, secret: organizationSecret1w2 }
- { name: MyOrg2MSP, secret: selfSecret2 }
- { name: MyOrg3MSP, secret: organizationSecret3w2 }
- { name: "First Organization", secret: "organizationSecret1w2" }
- { name: "MyOrg2MSP", secret: "selfSecret2" }
- { name: "MyOrg3MSP", secret: "organizationSecret3w2" }

users:
- name: "org-2"
Expand Down

0 comments on commit 80b0f96

Please sign in to comment.