Merge pull request 'test' (#8) from test into dev
Reviewed-on: https://gitea.mgmt.nubes.ru/deck/svc-api/pulls/8
This commit is contained in:
+11
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user