Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cec9690

Browse files
committed
Add default image
1 parent 44d3e08 commit cec9690

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

helm/batch-processing-gateway/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
image:
2-
registry: ''
3-
repository: ''
4-
tag: ''
2+
registry: ghcr.io/hiboyang
3+
repository: batch-processing-gateway
4+
tag: main
55

6-
replicas: 3
6+
replicas: 1
77

88
namespace: bpg
99

1010
resources:
1111
requests:
12-
memory: '16G'
13-
cpu: 4
12+
memory: '4G'
13+
cpu: 1
1414
limits:
15-
memory: '16G'
16-
cpu: 4
15+
memory: '4G'
16+
cpu: 1
1717

1818

1919
ingress:

0 commit comments

Comments
 (0)