fix: keep dev code queue deploy target side
This commit is contained in:
+11
-1
@@ -224,6 +224,13 @@ spec:
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 6
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
volumes:
|
||||
- name: script
|
||||
configMap:
|
||||
@@ -406,7 +413,8 @@ spec:
|
||||
cpu: 150m
|
||||
memory: 384Mi
|
||||
limits:
|
||||
memory: 3Gi
|
||||
cpu: 800m
|
||||
memory: 5Gi
|
||||
volumes:
|
||||
- name: docker-sock
|
||||
hostPath:
|
||||
@@ -568,6 +576,7 @@ spec:
|
||||
cpu: 80m
|
||||
memory: 192Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 768Mi
|
||||
volumes:
|
||||
- name: repo
|
||||
@@ -710,6 +719,7 @@ spec:
|
||||
cpu: 80m
|
||||
memory: 192Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 768Mi
|
||||
volumes:
|
||||
- name: repo
|
||||
|
||||
@@ -40,10 +40,11 @@ spec:
|
||||
cpu: 50m
|
||||
memory: 96Mi
|
||||
default:
|
||||
cpu: 250m
|
||||
memory: 512Mi
|
||||
max:
|
||||
cpu: "2"
|
||||
memory: 2Gi
|
||||
memory: 5Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
|
||||
Reference in New Issue
Block a user