Skip to content

Commit

Permalink
fix(forgejo)
Browse files Browse the repository at this point in the history
  • Loading branch information
nold committed Jan 16, 2024
1 parent f9f31b9 commit 2636769
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions projects/gitea/manifests/postgre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "1Gi"
cpu: "1"
# limits:
# memory: "1Gi"
# cpu: "1"

storage:
size: 10Gi
Expand Down
4 changes: 2 additions & 2 deletions projects/gitea/values/gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2636769

Please sign in to comment.