We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd03ce3 commit a94bdb5Copy full SHA for a94bdb5
charts/industry-core-hub/values-int.yaml
@@ -27,6 +27,20 @@ postgresql:
27
password: <path:industry-core-hub/data/db#rootPass>
28
## Industry Core User Password
29
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
43
+ - "metadata-registry.int.catena-x.net"
44
45
# -- pgAdmin4 configuration
46
pgadmin4:
0 commit comments