fix(forgejo)

This commit is contained in:
nold 2024-01-16 15:34:07 +01:00
parent f9f31b97a7
commit 263676938d
2 changed files with 5 additions and 5 deletions

View file

@ -36,9 +36,9 @@ spec:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "1Gi"
cpu: "1"
# limits:
# memory: "1Gi"
# cpu: "1"
storage:
size: 10Gi

View file

@ -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