otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-server/values.yaml aktualisiert
This commit is contained in:
parent
a63ce414c8
commit
ff875f0c99
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ deployment:
|
|||
- name: SSL_CERT_FILE
|
||||
value: /etc/elasticsearch/elasticsearch.cer
|
||||
|
||||
extraVolumeMounts:
|
||||
- mountPath: /etc/elasticsearch
|
||||
name: elasticsearch-cert
|
||||
|
||||
extraVolumes:
|
||||
- configMap:
|
||||
defaultMode: 420
|
||||
name: elasticsearch-cert
|
||||
|
||||
gitea:
|
||||
additionalConfigFromEnvs:
|
||||
- name: FORGEJO__storage__MINIO_ACCESS_KEY_ID
|
||||
|
|
Loading…
Reference in a new issue