fix(foregjo): Change minio endpoint
This commit is contained in:
@@ -27,9 +27,7 @@ gitea:
|
||||
TYPE: redis
|
||||
CONN_STR: redis://dragonfly-forgejo.forgejo.svc:6379/2
|
||||
storage:
|
||||
MINIO_ENDPOINT: hel1.your-objectstorage.com
|
||||
MINIO_BUCKET: forgejo
|
||||
MINIO_USE_SSL: true
|
||||
MINIO_ENDPOINT: https://hel1.your-objectstorage.com
|
||||
security:
|
||||
INSTALL_LOCK: true
|
||||
service:
|
||||
@@ -73,7 +71,7 @@ gitea:
|
||||
secretKeyRef:
|
||||
name: forgejo-s3
|
||||
key: access_key
|
||||
- name: FORGEJO__STORAGE__MINIO_SECRET_ACCESS_KEY_ID
|
||||
- name: FORGEJO__STORAGE__MINIO_SECRET_ACCESS_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: forgejo-s3
|
||||
|
||||
Reference in New Issue
Block a user