chore: Update manifests after change
This commit is contained in:
@@ -57,7 +57,14 @@ data:
|
|||||||
- MV Group:
|
- MV Group:
|
||||||
- abbr: MV
|
- abbr: MV
|
||||||
href: https://forums.mvgroup.org
|
href: https://forums.mvgroup.org
|
||||||
docker.yaml: ""
|
custom.css: |
|
||||||
|
:root {
|
||||||
|
--color-200: #F8F9FA;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
kubernetes.yaml: |
|
kubernetes.yaml: |
|
||||||
mode: cluster
|
mode: cluster
|
||||||
services.yaml: |
|
services.yaml: |
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/configMaps: 67e439dbf12b15e01b731ee7e162ffc8dc1d8d0385a5b5d3e46772516e659eb1
|
checksum/configMaps: 5a4b036e0934af1f3e6c8db22e10d427d07560ef106cde652ffb16f26c93bccf
|
||||||
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/controller: main
|
app.kubernetes.io/controller: main
|
||||||
@@ -53,11 +53,11 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/bookmarks.yaml
|
- mountPath: /app/config/custom.css
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: bookmarks.yaml
|
subPath: custom.css
|
||||||
- mountPath: /app/config/docker.yaml
|
- mountPath: /app/config/docker.yaml
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: config
|
name: config
|
||||||
|
|||||||
Reference in New Issue
Block a user