fix: remove limits from resources to fix K8s schema validation
The cluster's API server rejects the limits field in Deployment containers. Keep only requests (CPU/memory) for now.
This commit is contained in:
parent
650243510c
commit
0ebbc6e29e
@ -150,9 +150,6 @@ frontend:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 5
|
||||
@ -203,9 +200,6 @@ app:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
|
||||
livenessProbe:
|
||||
path: /health
|
||||
@ -260,14 +254,6 @@ static:
|
||||
cors: true
|
||||
logLevel: info
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
livenessProbe:
|
||||
path: /health
|
||||
port: 8081
|
||||
@ -315,9 +301,6 @@ gitserver:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
@ -394,9 +377,6 @@ emailWorker:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
env: []
|
||||
|
||||
@ -446,9 +426,6 @@ gitHook:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
env: []
|
||||
|
||||
@ -488,9 +465,6 @@ operator:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user