Remove sidecar
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user