chore: Update manifests after change
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user