1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-13 16:40:48 +00:00

Took away cpu limits due to recommendations in the industry and moved from the beta to v1 ingress apis in K8s

This commit is contained in:
2022-04-28 00:54:03 +00:00
parent 85701e194a
commit add48b95c3
5 changed files with 7 additions and 11 deletions

View File

@@ -100,7 +100,6 @@ spec:
key: influxdb_port
resources:
limits:
cpu: "0.5"
memory: "768Mi"
requests:
memory: "300Mi"
@@ -119,7 +118,7 @@ metadata:
name: wrestlingdev-app-deployment-autoscale
spec:
scaleTargetRef:
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
name: wrestlingdev-app-deployment
minReplicas: 2
@@ -223,7 +222,6 @@ spec:
args: ["exec", "bin/delayed_job", "-n", "1", "run"]
resources:
limits:
cpu: "0.5"
memory: "512Mi"
requests:
memory: "200Mi"