mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
fix(forgejo)
This commit is contained in:
parent
f9f31b97a7
commit
263676938d
2 changed files with 5 additions and 5 deletions
|
@ -36,9 +36,9 @@ spec:
|
|||
requests:
|
||||
memory: "64Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "1"
|
||||
# limits:
|
||||
# memory: "1Gi"
|
||||
# cpu: "1"
|
||||
|
||||
storage:
|
||||
size: 10Gi
|
||||
|
|
|
@ -138,12 +138,12 @@ gitea:
|
|||
PROXY_HOSTS: "github.com"
|
||||
|
||||
additionalConfigFromEnvs:
|
||||
- name: FORGEJO__DATABASE__PASSWD
|
||||
- name: FORGEJO__database__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-db-app
|
||||
key: password
|
||||
- name: FORGEJO__DATABASE__USER
|
||||
- name: FORGEJO__database__USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-db-app
|
||||
|
|
Loading…
Reference in a new issue