mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
feat(nubus): Move theme customization to this repo
This commit is contained in:
committed by
Jaime Conde
parent
1a41b59579
commit
683c8d6c42
429
customization-data/custom.css
Normal file
429
customization-data/custom.css
Normal file
File diff suppressed because one or more lines are too long
BIN
customization-data/favicon.ico
Normal file
BIN
customization-data/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
2
customization-data/favicon.ico.license
Normal file
2
customization-data/favicon.ico.license
Normal file
@@ -0,0 +1,2 @@
|
||||
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
1
customization-data/logo.svg
Normal file
1
customization-data/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.2 KiB |
2
customization-data/logo.svg.license
Normal file
2
customization-data/logo.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
1
customization-data/portal_background_image.svg
Normal file
1
customization-data/portal_background_image.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
2
customization-data/portal_background_image.svg.license
Normal file
2
customization-data/portal_background_image.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
@@ -149,29 +149,12 @@ nubusPortalFrontend:
|
||||
replicaCount: {{ .Values.replicas.umsPortalFrontend }}
|
||||
resources:
|
||||
{{ .Values.resources.umsPortalFrontend | toYaml | nindent 4 }}
|
||||
extraVolumes:
|
||||
- name: "opendesk-branding"
|
||||
configMap:
|
||||
name: "ums-stack-data-swp-branding"
|
||||
extraVolumeMounts:
|
||||
- name: "opendesk-branding"
|
||||
mountPath: "/var/www/html/favicon.ico"
|
||||
subPath: "favicon.ico"
|
||||
- name: "opendesk-branding"
|
||||
mountPath: "/var/www/html/css/custom.css"
|
||||
subPath: "custom.css"
|
||||
- name: "opendesk-branding"
|
||||
mountPath: "/var/www/html/icons/logo.svg"
|
||||
subPath: "logo.svg"
|
||||
- name: "opendesk-branding"
|
||||
mountPath: "/var/www/html/icons/logo_small_border.svg"
|
||||
subPath: "logo_small_border.svg"
|
||||
- name: "opendesk-branding"
|
||||
mountPath: "/var/www/html/custom/portal_background_image.png"
|
||||
subPath: "portal_background_image.png"
|
||||
- name: "opendesk-branding"
|
||||
mountPath: "/var/www/html/custom/portal_background_image.svg"
|
||||
subPath: "portal_background_image.svg"
|
||||
portalFrontend:
|
||||
branding:
|
||||
css: {{ readFile "./../../../customization-data/custom.css" | b64enc | toJson }}
|
||||
favicon: {{ readFile "./../../../customization-data/favicon.ico" | b64enc | toJson }}
|
||||
logo: {{ readFile "./../../../customization-data/logo.svg" | b64enc | toJson }}
|
||||
backgroundImage: {{ readFile "./../../../customization-data/portal_background_image.svg" | b64enc | toJson }}
|
||||
|
||||
nubusStackDataUms:
|
||||
additionalAnnotations:
|
||||
|
||||
Reference in New Issue
Block a user