Initial upload
This commit is contained in:
parent
dc41b93cde
commit
8c2ff30a50
1 changed files with 2 additions and 1 deletions
|
@ -28,9 +28,10 @@ extraVolumeMounts:
|
||||||
- mountPath: /etc/elasticsearch
|
- mountPath: /etc/elasticsearch
|
||||||
name: elasticsearch-cert-volume
|
name: elasticsearch-cert-volume
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- mountPath: /etc/ssl/forgejo/postgres.crt
|
- mountPath: /etc/ssl/forgejo/postgres.pem
|
||||||
name: postgres-cert-volume
|
name: postgres-cert-volume
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
subPath: postgres.pem
|
||||||
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: elasticsearch-cert-volume
|
- name: elasticsearch-cert-volume
|
||||||
|
|
Loading…
Reference in a new issue