correct logging on helm

This commit is contained in:
2025-01-23 10:27:59 +03:00
parent fd33a3ab41
commit 4a34e9f26a
+11 -4
View File
@@ -30,11 +30,17 @@ mainContainer:
port: {{ appPort }}
###### Подключение Volumes
volumeMounts:
- name: app-logs
- name: ingress-logs
mountPath: /usr/lib/serverHome/logs/
- name: application-logs
mountPath: /usr/lib/serverHome/WEB-INF/lucee-server/context/logs/
# Общий блок volumes для всех контейнеров
volumes:
- name: app-logs
- name: ingress-logs
emptyDir: {}
- name: application-logs
emptyDir: {}
sidecars:
###### Репозиторий
@@ -53,9 +59,10 @@ sidecars:
memory: 256Mi
###### Подключение Volumes
volumeMounts:
- name: app-logs
- name: ingress-logs
mountPath: /usr/lib/serverHome/logs/
- name: application-logs
mountPath: /usr/lib/serverHome/WEB-INF/lucee-server/context/logs/
# Для Vault есть условие
# Предварительно в Namespace должен быть создан SecretStore