forked from mosip/k8s-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global_configmap.yaml.sample
34 lines (33 loc) · 1.45 KB
/
global_configmap.yaml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## The data here is of generic interest to modules in different namespaces hence this is marked as global.
## Replace your domain names here.
## mosip-api-host: External public access. (Typically required only in production rollouts).
## mosip-api-internal-host: Internal secure access over Wireguard.
## By default all domains and subdomains listed below point to mosip-api-internal-host. Modify this default behavior ONLY in production rollout as follows:
## mosip-prereg-host: Points to mosip-api-host.
## mosip-pmp-host: Points to mosip-api-host.
apiVersion: v1
kind: ConfigMap
metadata:
name: global
namespace: default
data:
installation-name: sandbox
installation-domain: sandbox.xyz.net
mosip-version: develop
mosip-api-host: api.sandbox.xyz.net
mosip-api-internal-host: api-internal.sandbox.xyz.net
mosip-prereg-host: prereg.sandbox.xyz.net
mosip-activemq-host: activemq.sandbox.xyz.net
mosip-kibana-host: kibana.sandbox.xyz.net
mosip-admin-host: admin.sandbox.xyz.net
mosip-regclient-host: regclient.sandbox.xyz.net
mosip-minio-host: minio.sandbox.xyz.net
mosip-kafka-host: kafka.sandbox.xyz.net
mosip-iam-external-host: iam.sandbox.xyz.net
mosip-postgres-host: postgres.sandbox.xyz.net
mosip-pmp-host: pmp.sandbox.xyz.net
mosip-resident-host: resident.sandbox.xyz.net
mosip-compliance-host: compliance.sandbox.xyz.net
mosip-esignet-host: esignet.sandbox.xyz.net
mosip-smtp-host: smtp.sandbox.xyz.net
is_glowroot_env: absent