Skip to content

Commit

Permalink
uncomment resources for easier testing;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Jun 1, 2021
1 parent 48b0c41 commit 0c1f0f5
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions deployment/kubernetes/deploymentFiles/ditto/ditto-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ spec:
imagePullPolicy: IfNotPresent
args: ["java", "-jar", "starter.jar"]
# Resource can be managed by setting the following resource config.
resources:
requests:
cpu: "1"
memory: "512Mi"
limits:
# cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
memory: "2Gi"
#resources:
# requests:
# cpu: "1"
# memory: "512Mi"
# limits:
# # cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
# memory: "2Gi"
volumeMounts:
- name: ditto-log-files
mountPath: /var/log/ditto
Expand Down Expand Up @@ -132,13 +132,13 @@ spec:
imagePullPolicy: IfNotPresent
args: ["java", "-jar", "starter.jar"]
# Resource can be managed by setting the following resource config.
resources:
requests:
cpu: "1"
memory: "1Gi"
limits:
# cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
memory: "4Gi"
#resources:
# requests:
# cpu: "1"
# memory: "1Gi"
# limits:
# # cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
# memory: "4Gi"
volumeMounts:
- name: ditto-log-files
mountPath: /var/log/ditto
Expand Down Expand Up @@ -233,13 +233,13 @@ spec:
imagePullPolicy: IfNotPresent
args: ["java", "-jar", "starter.jar"]
# Resource can be managed by setting the following resource config.
resources:
requests:
cpu: "1"
memory: "1Gi"
limits:
# cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
memory: "4Gi"
#resources:
# requests:
# cpu: "1"
# memory: "1Gi"
# limits:
# # cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
# memory: "4Gi"
volumeMounts:
- name: ditto-log-files
mountPath: /var/log/ditto
Expand Down Expand Up @@ -334,13 +334,13 @@ spec:
imagePullPolicy: IfNotPresent
args: ["java", "-jar", "starter.jar"]
# Resource can be managed by setting the following resource config.
resources:
requests:
cpu: "1"
memory: "512Mi"
limits:
# cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
memory: "2Gi"
#resources:
# requests:
# cpu: "1"
# memory: "512Mi"
# limits:
# # cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
# memory: "2Gi"
volumeMounts:
- name: ditto-log-files
mountPath: /var/log/ditto
Expand Down Expand Up @@ -435,13 +435,13 @@ spec:
imagePullPolicy: IfNotPresent
args: ["java", "-jar", "starter.jar"]
# Resource can be managed by setting the following resource config.
resources:
requests:
cpu: "1"
memory: "1Gi"
limits:
# cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
memory: "2Gi"
#resources:
# requests:
# cpu: "1"
# memory: "1Gi"
# limits:
# # cpu: "" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
# memory: "2Gi"
volumeMounts:
- name: ditto-log-files
mountPath: /var/log/ditto
Expand Down Expand Up @@ -535,13 +535,13 @@ spec:
imagePullPolicy: IfNotPresent
args: ["java", "-jar", "starter.jar"]
# Resource can be managed by setting the following resource config.
resources:
requests:
cpu: "1"
memory: "512Mi"
limits:
# cpu: "{{ item.cpus }}" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
memory: "2Gi"
#resources:
# requests:
# cpu: "1"
# memory: "512Mi"
# limits:
# # cpu: "{{ item.cpus }}" no cpu limit to avoid CFS scheduler limits see https://doc.akka.io/docs/akka/snapshot/additional/deploy.html#in-kubernetes
# memory: "2Gi"
volumeMounts:
- name: ditto-log-files
mountPath: /var/log/ditto
Expand Down

0 comments on commit 0c1f0f5

Please sign in to comment.