mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-11 14:52:01 +08:00
fix chart
This commit is contained in:
parent
09a9d090f1
commit
5fa84b9ad6
@ -67,6 +67,7 @@ stringData:
|
||||
bucket: "{{ .Values.backend.config.storage.bucket }}"
|
||||
object-storage-endpoint: "{{ .Values.backend.config.storage.objectStorageEndpoint }}"
|
||||
cdnEndpoint: "{{ .Values.backend.config.storage.cdnEndpoint }}"
|
||||
cdnIncludeBucket: "{{ .Values.backend.config.storage.cdnIncludeBucket }}"
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
@ -174,3 +174,4 @@ backend:
|
||||
bucket: "todo"
|
||||
objectStorageEndpoint: "http://localhost:9000"
|
||||
cdnEndpoint: ""
|
||||
cdnIncludeBucket: true
|
||||
|
Loading…
Reference in New Issue
Block a user