Skip to content

Commit

Permalink
rename volume for ditto log files;
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 7, 2021
1 parent fcfc574 commit a49fb64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
24 changes: 12 additions & 12 deletions deployment/kubernetes/deploymentFiles/ditto/ditto-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
# # 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
- name: ditto-log-files-directory
mountPath: /var/log/ditto
ports:
- name: remoting
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
#- name: DITTO_LOGGING_FILE_APPENDER
# value: "true"
volumes:
- name: ditto-log-files
- name: ditto-log-files-directory
hostPath:
path: /var/log/ditto
type: DirectoryOrCreate
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
# # 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
- name: ditto-log-files-directory
mountPath: /var/log/ditto
ports:
- name: remoting
Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
#- name: DITTO_LOGGING_FILE_APPENDER
# value: "true"
volumes:
- name: ditto-log-files
- name: ditto-log-files-directory
hostPath:
path: /var/log/ditto
type: DirectoryOrCreate
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
# # 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
- name: ditto-log-files-directory
mountPath: /var/log/ditto
ports:
- name: remoting
Expand Down Expand Up @@ -298,7 +298,7 @@ spec:
#- name: DITTO_LOGGING_FILE_APPENDER
# value: "true"
volumes:
- name: ditto-log-files
- name: ditto-log-files-directory
hostPath:
path: /var/log/ditto
type: DirectoryOrCreate
Expand Down Expand Up @@ -346,7 +346,7 @@ spec:
# # 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
- name: ditto-log-files-directory
mountPath: /var/log/ditto
ports:
- name: remoting
Expand Down Expand Up @@ -400,7 +400,7 @@ spec:
#- name: DITTO_LOGGING_FILE_APPENDER
# value: "true"
volumes:
- name: ditto-log-files
- name: ditto-log-files-directory
hostPath:
path: /var/log/ditto
type: DirectoryOrCreate
Expand Down Expand Up @@ -448,7 +448,7 @@ spec:
# # 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
- name: ditto-log-files-directory
mountPath: /var/log/ditto
ports:
- name: remoting
Expand Down Expand Up @@ -501,7 +501,7 @@ spec:
#- name: DITTO_LOGGING_FILE_APPENDER
# value: "true"
volumes:
- name: ditto-log-files
- name: ditto-log-files-directory
hostPath:
path: /var/log/ditto
type: DirectoryOrCreate
Expand Down Expand Up @@ -549,7 +549,7 @@ spec:
# # 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
- name: ditto-log-files-directory
mountPath: /var/log/ditto
ports:
- name: remoting
Expand Down Expand Up @@ -596,7 +596,7 @@ spec:
#- name: DITTO_LOGGING_FILE_APPENDER
# value: "true"
volumes:
- name: ditto-log-files
- name: ditto-log-files-directory
hostPath:
path: /var/log/ditto
type: DirectoryOrCreate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

apiVersion: v1
kind: Pod
metadata:
Expand Down

0 comments on commit a49fb64

Please sign in to comment.