Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 17 additions & 15 deletions deploy/kubernetes/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data:
name: openvsx-server
autoconfigure:
exclude:
- org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
- org.springframework.boot.zipkin.autoconfigure.ZipkinAutoConfiguration
profiles:
include: ovsx
cache:
Expand All @@ -49,7 +49,7 @@ data:
jdbc:
initialize-schema: never
thymeleaf:
enabled: false
check-template-location: false
# Uncomment and configure to enable GitHub OAuth authentication
# security:
# oauth2:
Expand Down Expand Up @@ -82,26 +82,28 @@ data:
requests: true

springdoc:
model-and-view-allowed: true
api-docs:
version: openapi_3_0
swagger-ui:
path: /swagger-ui
docExpansion: list
operationsSorter: alpha
supportedSubmitMethods:
- get

org:
jobrunr:
job-scheduler:
enabled: true
background-job-server:
enabled: true
worker-count: 2
dashboard:
enabled: false
database:
type: sql
miscellaneous:
allow-anonymous-data-usage: false
jobrunr:
job-scheduler:
enabled: true
background-job-server:
enabled: true
worker-count: 2
dashboard:
enabled: false
database:
type: sql
miscellaneous:
allow-anonymous-data-usage: false

bucket4j:
enabled: false
Expand Down