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