diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 05aea7c..2feaa58 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -48,7 +48,7 @@ microservice-chart: cpu: "0.25" limits: memory: "512Mi" - cpu: "0.25" + cpu: "0.5" autoscaling: enable: true minReplica: 1 diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 71af9c8..7c53553 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: {} + annotations: { } name: "" - podAnnotations: {} + podAnnotations: { } podSecurityContext: seccompProfile: type: RuntimeDefault @@ -44,8 +44,8 @@ microservice-chart: allowPrivilegeEscalation: false resources: requests: - memory: "512Mi" - cpu: "0.50" + memory: "256Mi" + cpu: "0.25" limits: memory: "756Mi" cpu: "0.50" @@ -87,8 +87,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: {} - tolerations: [] + nodeSelector: { } + tolerations: [ ] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 91755ad..0f9d017 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -34,9 +34,9 @@ microservice-chart: servicePort: 8080 serviceAccount: create: false - annotations: {} + annotations: { } name: "" - podAnnotations: {} + podAnnotations: { } podSecurityContext: seccompProfile: type: RuntimeDefault @@ -44,15 +44,15 @@ microservice-chart: allowPrivilegeEscalation: false resources: requests: - memory: "512Mi" + memory: "256Mi" cpu: "0.25" limits: memory: "512Mi" - cpu: "0.25" + cpu: "0.5" autoscaling: enable: true minReplica: 1 - maxReplica: 1 + maxReplica: 2 pollingInterval: 10 # seconds cooldownPeriod: 50 # seconds triggers: @@ -87,8 +87,8 @@ microservice-chart: tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d" tmpVolumeMount: create: true - nodeSelector: {} - tolerations: [] + nodeSelector: { } + tolerations: [ ] affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: