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

View File

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

View File

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