Automated Manifest Update (#4457)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4457 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 #4457.
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user