Automated Manifest Update (#4454)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4454
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4454.
This commit is contained in:
2026-03-05 23:47:12 +00:00
committed by Alex Lebens
parent 42ea4ae6c8
commit b5d887a01b
2 changed files with 11 additions and 4 deletions

View File

@@ -57,7 +57,14 @@ data:
- MV Group:
- abbr: MV
href: https://forums.mvgroup.org
docker.yaml: ""
custom.css: |
:root {
--color-200: #F8F9FA;
}
html {
font-size: 18px;
}
kubernetes.yaml: |
mode: cluster
services.yaml: |

View File

@@ -24,7 +24,7 @@ spec:
template:
metadata:
annotations:
checksum/configMaps: 67e439dbf12b15e01b731ee7e162ffc8dc1d8d0385a5b5d3e46772516e659eb1
checksum/configMaps: 5a4b036e0934af1f3e6c8db22e10d427d07560ef106cde652ffb16f26c93bccf
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
labels:
app.kubernetes.io/controller: main
@@ -53,11 +53,11 @@ spec:
cpu: 10m
memory: 256Mi
volumeMounts:
- mountPath: /app/config/bookmarks.yaml
- mountPath: /app/config/custom.css
mountPropagation: None
name: config
readOnly: true
subPath: bookmarks.yaml
subPath: custom.css
- mountPath: /app/config/docker.yaml
mountPropagation: None
name: config