Skip to content

Commit a94bdb5

Browse files
authored
Update values-int.yaml
1 parent dd03ce3 commit a94bdb5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

charts/industry-core-hub/values-int.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ postgresql:
2727
password: <path:industry-core-hub/data/db#rootPass>
2828
## Industry Core User Password
2929
ichubPassword: <path:industry-core-hub/data/db#ichubPass>
30+
ingress:
31+
enabled: true
32+
ingressClassName: "nginx"
33+
annotations:
34+
cert-manager.io/cluster-issuer: letsencrypt-prod
35+
hosts:
36+
- host: metadata-registry.int.catena-x.net
37+
paths:
38+
- path: /
39+
pathType: Prefix
40+
tls:
41+
- secretName: "metadata-registry.int.catena-x.net-tls"
42+
hosts:
43+
- "metadata-registry.int.catena-x.net"
3044

3145
# -- pgAdmin4 configuration
3246
pgadmin4:

0 commit comments

Comments
 (0)