Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d3e08 commit cec9690Copy full SHA for cec9690
1 file changed
helm/batch-processing-gateway/values.yaml
@@ -1,19 +1,19 @@
1
image:
2
- registry: ''
3
- repository: ''
4
- tag: ''
+ registry: ghcr.io/hiboyang
+ repository: batch-processing-gateway
+ tag: main
5
6
-replicas: 3
+replicas: 1
7
8
namespace: bpg
9
10
resources:
11
requests:
12
- memory: '16G'
13
- cpu: 4
+ memory: '4G'
+ cpu: 1
14
limits:
15
16
17
18
19
ingress:
0 commit comments