Skip to content

Commit 4129e9d

Browse files
committed
add test script for rename api and add k8s config file
1 parent 3c6e086 commit 4129e9d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

gitconvex-k8s.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: gitconvex
5+
spec:
6+
replicas: 3
7+
selector:
8+
matchLabels:
9+
app: gitconvex
10+
template:
11+
metadata:
12+
labels:
13+
app: gitconvex
14+
spec:
15+
containers:
16+
- name: gitconvex
17+
image: itassistors/gitconvex
18+
resources:
19+
limits:
20+
memory: "128Mi"
21+
cpu: "500m"
22+
ports:
23+
- containerPort: 9001

0 commit comments

Comments
 (0)