fix: add services.yaml to prevent default

This commit is contained in:
ange 2024-05-16 00:25:29 +02:00
parent e5993c8007
commit 40a0c0729f
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
4 changed files with 6 additions and 1 deletions

2
config/services.yaml Normal file
View File

@ -0,0 +1,2 @@
---
# https://gethomepage.dev/latest/configs/services/

View File

@ -1,5 +1,4 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/service-widgets
- search:

View File

@ -35,6 +35,7 @@ kcreatecm homepage \
--from-file=custom.css=<(envsubst "$(env | xargs printf '$%s ')" < config/custom.css) \
--from-file=custom.js=<(envsubst "$(env | xargs printf '$%s ')" < config/custom.js) \
--from-file=kubernetes.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/kubernetes.yaml) \
--from-file=services.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/services.yaml) \
--from-file=settings.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/settings.yaml) \
--from-file=widgets.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/widgets.yaml)

View File

@ -78,6 +78,9 @@ spec:
- name: config
mountPath: /app/config/kubernetes.yaml
subPath: kubernetes.yaml
- name: config
mountPath: /app/config/services.yaml
subPath: services.yaml
- name: config
mountPath: /app/config/settings.yaml
subPath: settings.yaml