auto reload config

This commit is contained in:
Alexis Bruneteau 2025-09-05 14:00:06 +02:00
parent af573c6674
commit d286c4c71b
2 changed files with 15 additions and 2 deletions

View File

@ -17,6 +17,8 @@ spec:
metadata:
labels:
app.kubernetes.io/name: homepage
annotations:
kubectl.kubernetes.io/restartedAt: ""
spec:
serviceAccountName: homepage
automountServiceAccountToken: true

View File

@ -5,7 +5,6 @@ namespace: homepage
resources:
- namespace.yaml
- configmap.yaml
- rbac.yaml
- service.yaml
- deployment.yaml
@ -21,3 +20,15 @@ images:
replicas:
- name: homepage
count: 1
configMapGenerator:
- name: homepage
files:
- kubernetes.yaml=configmap-files/kubernetes.yaml
- settings.yaml=configmap-files/settings.yaml
- custom.css=configmap-files/custom.css
- custom.js=configmap-files/custom.js
- bookmarks.yaml=configmap-files/bookmarks.yaml
- services.yaml=configmap-files/services.yaml
- widgets.yaml=configmap-files/widgets.yaml
- docker.yaml=configmap-files/docker.yaml