Remove sidecar

This commit is contained in:
2025-01-29 18:10:13 +03:00
parent d5e154c659
commit 220f0431f2
3 changed files with 0 additions and 202 deletions
-35
View File
@@ -28,42 +28,7 @@ mainContainer:
livenessProbe:
tcpSocket:
port: {{ appPort }}
###### Подключение Volumes
volumeMounts:
- name: ingress-logs
mountPath: /usr/lib/serverHome/logs/
- name: application-logs
mountPath: /usr/lib/serverHome/WEB-INF/lucee-server/context/logs/
# Общий блок volumes для всех контейнеров
volumes:
- name: ingress-logs
emptyDir: {}
- name: application-logs
emptyDir: {}
sidecars:
###### Репозиторий
logger:
enabled: true
image:
repository: drn.tst.nubes.ru/fluent-bit
tag: 2.2.1
###### Ресурсы
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 100m
memory: 256Mi
###### Подключение Volumes
volumeMounts:
- name: ingress-logs
mountPath: /usr/lib/serverHome/logs/
- name: application-logs
mountPath: /usr/lib/serverHome/WEB-INF/lucee-server/context/logs/
# Для Vault есть условие
# Предварительно в Namespace должен быть создан SecretStore
#