otc/central-forgejo.think-ahead.cloud/stacks/forgejo/forgejo-server/values.yaml aktualisiert
This commit is contained in:
parent
5ea8cd55cb
commit
ae9db59c80
1 changed files with 4 additions and 3 deletions
|
@ -24,12 +24,13 @@ deployment:
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- mountPath: /etc/elasticsearch
|
- mountPath: /etc/elasticsearch
|
||||||
name: elasticsearch-cert
|
name: elasticsearch-cert-volume
|
||||||
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: elasticsearch-cert
|
- name: elasticsearch-cert-volume
|
||||||
configMap:
|
configMap:
|
||||||
defaultMode: 420
|
defaultMode: 420
|
||||||
|
name: elasticsearch-cert
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
additionalConfigFromEnvs:
|
additionalConfigFromEnvs:
|
||||||
|
|
Loading…
Reference in a new issue