feat: remove forgejo-runner
This commit is contained in:
parent
6f9f930e04
commit
1fa6ee3028
2 changed files with 2 additions and 48 deletions
|
|
@ -17,7 +17,7 @@ config:
|
|||
server:
|
||||
port: 8086
|
||||
host: "0.0.0.0"
|
||||
baseUrl: "http://cloud.example.com"
|
||||
baseUrl: "https://cloud.example.com"
|
||||
features:
|
||||
enableAuth: "true"
|
||||
enableSharing: "true"
|
||||
|
|
@ -44,11 +44,9 @@ wopi:
|
|||
admin:
|
||||
username: admin
|
||||
password: "wopi_admin_password"
|
||||
# In production behind an ingress, you'd likely enable SSL termination.
|
||||
extraParams: "--o:ssl.enable=false --o:ssl.termination=false --o:net.frame_ancestors=http://* https://*"
|
||||
|
||||
secrets:
|
||||
# If existingSecret is set, the chart will NOT create a Secret and will use this one instead.
|
||||
existingSecret: ""
|
||||
jwtSecret: ""
|
||||
oidcClientSecret: ""
|
||||
|
|
@ -59,7 +57,7 @@ service:
|
|||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "nginx" # Adjust to your ingress controller (e.g., traefik)
|
||||
className: "traefik"
|
||||
annotations: {}
|
||||
hosts:
|
||||
- host: cloud.example.com
|
||||
|
|
@ -67,6 +65,3 @@ ingress:
|
|||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls: []
|
||||
# - secretName: oxicloud-tls
|
||||
# hosts:
|
||||
# - cloud.example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue