You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/chainloop/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,9 @@ controlplane:
141
141
tag: "v1.93.2"
142
142
143
143
144
+
## @param controlplane.grpcMaxRecvMsgSize Maximum size in bytes of received gRPC messages. Increase to allow larger attestations. Defaults to the gRPC standard 4MB (4194304) if not set.
145
+
grpcMaxRecvMsgSize: ""
146
+
144
147
## @param controlplane.containerPorts.http controlplane HTTP container port
145
148
## @param controlplane.containerPorts.grpc controlplane gRPC container port
146
149
## @param controlplane.containerPorts.metrics controlplane prometheus metrics container port
0 commit comments