Skip to content

Commit 706f4f0

Browse files
authored
Merge pull request #93 from gomezbc/docs/umbrella-guide
Docs: Guide to deploy Umbrella locally to test ichub
2 parents 2b71480 + a008b10 commit 706f4f0

File tree

3 files changed

+1200
-0
lines changed

3 files changed

+1200
-0
lines changed

docs/umbrella/minimal-values.yaml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
###############################################################
2+
# Eclipse Tractus-X - Industry Core Hub
3+
#
4+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
5+
#
6+
# See the NOTICE file(s) distributed with this work for additional
7+
# information regarding copyright ownership.
8+
#
9+
# This program and the accompanying materials are made available under the
10+
# terms of the Apache License, Version 2.0 which is available at
11+
# https://www.apache.org/licenses/LICENSE-2.0.
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16+
# License for the specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
# SPDX-License-Identifier: Apache-2.0
20+
###############################################################
21+
portal:
22+
enabled: true
23+
# -- uncomment the following for persistance
24+
# postgresql:
25+
# primary:
26+
# persistence:
27+
# enabled: true
28+
29+
centralidp:
30+
enabled: true
31+
# -- uncomment the following for persistance
32+
# keycloak:
33+
# postgresql:
34+
# primary:
35+
# persistence:
36+
# enabled: true
37+
38+
sharedidp:
39+
enabled: true
40+
# -- uncomment the following for persistance
41+
# keycloak:
42+
# postgresql:
43+
# primary:
44+
# persistence:
45+
# enabled: true
46+
47+
tx-data-provider:
48+
enabled: true
49+
seedTestdata: true
50+
# -- uncomment the following for persistance
51+
# postgresql:
52+
# primary:
53+
# persistence:
54+
# enabled: true
55+
digital-twin-registry:
56+
registry:
57+
host: dataprovider-dtr.tx.test
58+
ingress:
59+
enabled: true
60+
urlPrefix: /
61+
62+
ssi-dim-wallet-stub:
63+
enabled: true
64+
65+
pgadmin4:
66+
enabled: true
67+
# -- uncomment the following for persistance
68+
# persistentVolume:
69+
# enabled: true

0 commit comments

Comments
 (0)