fix: add services.yaml to prevent default
This commit is contained in:
parent
e5993c8007
commit
40a0c0729f
2
config/services.yaml
Normal file
2
config/services.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# https://gethomepage.dev/latest/configs/services/
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/latest/configs/service-widgets
|
||||
|
||||
- search:
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user