Automated Manifest Update #4457

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-03-05 23:55:03 +00:00
2 changed files with 12 additions and 6 deletions
Showing only changes of commit feb6d2cad7 - Show all commits

View File

@@ -65,6 +65,7 @@ data:
html {
font-size: 18px;
}
docker.yaml: ""
kubernetes.yaml: |
mode: cluster
services.yaml: |

View File

@@ -24,7 +24,7 @@ spec:
template:
metadata:
annotations:
checksum/configMaps: 5a4b036e0934af1f3e6c8db22e10d427d07560ef106cde652ffb16f26c93bccf
checksum/configMaps: a37032fa49139e1ca2cf18627d83f95039f168fd0b45490839056ed515dc6dc8
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
labels:
app.kubernetes.io/controller: main
@@ -68,11 +68,6 @@ spec:
name: config
readOnly: true
subPath: kubernetes.yaml
- mountPath: /app/config/services.yaml
mountPropagation: None
name: config
readOnly: true
subPath: services.yaml
- mountPath: /app/config/settings.yaml
mountPropagation: None
name: config
@@ -83,6 +78,16 @@ spec:
name: config
readOnly: true
subPath: widgets.yaml
- mountPath: /app/config/services.yaml
mountPropagation: None
name: config
readOnly: true
subPath: services.yaml
- mountPath: /app/config/bookmarks.yaml
mountPropagation: None
name: config
readOnly: true
subPath: bookmarks.yaml
volumes:
- configMap:
name: homepage