mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(gitea): forgeo migration
This commit is contained in:
parent
32ae9eae5a
commit
d562867b39
2 changed files with 24 additions and 24 deletions
|
@ -8,28 +8,29 @@ spec:
|
|||
imageName: ghcr.io/cloudnative-pg/postgresql:15
|
||||
|
||||
bootstrap:
|
||||
recovery:
|
||||
source: gitea-db
|
||||
|
||||
# backup:
|
||||
# barmanObjectStore:
|
||||
# destinationPath: "s3://gitea-db/"
|
||||
# endpointURL: "http://minio.minio.svc.cluster.local:9000"
|
||||
# s3Credentials:
|
||||
# accessKeyId:
|
||||
# name: bucket
|
||||
# key: accesskey
|
||||
# secretAccessKey:
|
||||
# name: bucket
|
||||
# key: secretkey
|
||||
# wal:
|
||||
# compression: gzip
|
||||
# #encryption: AES256
|
||||
# data:
|
||||
# compression: gzip
|
||||
# #encryption: AES256
|
||||
# retentionPolicy: "90d"
|
||||
initdb:
|
||||
database: app
|
||||
owner: app
|
||||
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: "s3://gitea-db/"
|
||||
endpointURL: "http://minio.minio.svc.cluster.local:9000"
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: bucket
|
||||
key: accesskey
|
||||
secretAccessKey:
|
||||
name: bucket
|
||||
key: secretkey
|
||||
wal:
|
||||
compression: gzip
|
||||
#encryption: AES256
|
||||
data:
|
||||
compression: gzip
|
||||
#encryption: AES256
|
||||
retentionPolicy: "90d"
|
||||
#
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
|
@ -55,7 +56,6 @@ spec:
|
|||
key: secretkey
|
||||
wal:
|
||||
maxParallel: 8
|
||||
|
||||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ScheduledBackup
|
||||
|
|
|
@ -3,7 +3,7 @@ image:
|
|||
registry: "codeberg.org"
|
||||
repository: forgejo/forgejo
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
tag: "1.20.1-0"
|
||||
pullPolicy: Always
|
||||
rootless: true
|
||||
|
||||
|
@ -105,7 +105,7 @@ gitea:
|
|||
#customEmailUrl:
|
||||
|
||||
config:
|
||||
APP_NAME: "Git with a lot of coffee"
|
||||
APP_NAME: "Let's forge some forks"
|
||||
webhook:
|
||||
ALLOWED_HOST_LIST: argocd-server.argocd.svc.cluster.local
|
||||
ui:
|
||||
|
|
Loading…
Reference in a new issue