Skip to content

Commit

Permalink
feat: update helm configuration for product deployment (#34)
Browse files Browse the repository at this point in the history
* feat: update helm configuration for product  deployment

* feat: update helm configuration for product  deployment
  • Loading branch information
andrejpetras authored Jan 23, 2024
1 parent 0324f8a commit 946ce7a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 53 deletions.
21 changes: 0 additions & 21 deletions helm/microfrontend.json

This file was deleted.

9 changes: 0 additions & 9 deletions helm/permissions.csv

This file was deleted.

14 changes: 0 additions & 14 deletions helm/templates/apm-csv.cm.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions helm/templates/mf-config.yaml

This file was deleted.

26 changes: 24 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,31 @@ app:
repository: 'onecx/onecx-theme-ui'
routing:
enabled: true
path: /ui/mfe/theme/

operator:
apm:
enabled: false
# Microfrontend
microfrontend:
enabled: true
spec:
exposedModule: "./ThemeMgmtModule"
description: "Theme Mgmt module"
note: "Theme Mgmt module auto import via MF operator"
# Permission
permission:
enabled: true
spec:
permissions:
THEME:
CREATE: Create theme
EDIT: Edit theme
DELETE: Delete theme
SAVE: Update and save theme
IMPORT: Import theme
EXPORT: Export theme
VIEW: View mode for theme
SEARCH: Search theme
# Keycloak
keycloak:
enabled: true
client: |-
Expand Down

0 comments on commit 946ce7a

Please sign in to comment.