Skip to content

Commit 225c03d

Browse files
authored
Merge pull request #254 from mosip/Ivanmeneges-patch-7
[DSD-10410] updated mosip dsf for new qajava21 env
2 parents 6d04155 + 0fdc481 commit 225c03d

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

Helmsman/dsf/mosip-platform-java21/mosip-dsf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ apps:
281281
masterdata:
282282
namespace: kernel
283283
enabled: true
284-
version: 1.3.1
284+
version: 1.3.2-rc.1
285285
chart: mosip/masterdata
286286
set:
287287
# image.repository: "mosipdev/kernel-masterdata-service"
@@ -1103,4 +1103,4 @@ apps:
11031103
regclient.hostName: "api-internal.${domain_name}"
11041104
istio.host: "regclient.${domain_name}"
11051105
priority: -1
1106-
timeout: 1200
1106+
timeout: 1200

Helmsman/utils/config-server-values-java21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spring_profiles:
44
# Based on the user requiremnt the number of multiple sources from where configuration needs to be pulled can be updated below as mentioned.
55
- type: git
66
uri: "https://github.com/mosip/mosip-config"
7-
version: "v1.3.1-rc.1"
7+
version: "qajava21"
88
## Folders within the base repo where properties may be found.
99
searchFolders: ""
1010
private: false

terraform/implementations/aws/infra/profiles/mosip/aws.tfvars

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# ============================================================
77

88
# Environment name (infra component)
9-
cluster_name = "<cluster-name>"
9+
cluster_name = "qajava21"
1010

1111
# MOSIP's domain (ex: sandbox.xyz.net)
12-
cluster_env_domain = "<cluster-env-domain>"
12+
cluster_env_domain = "qajava21.mosip.net"
1313

1414
# Email-ID will be used by certbot to notify SSL certificate expiry via email
15-
mosip_email_id = "<email-id>"
15+
mosip_email_id = "thisisbn46@gmail.com"
1616

1717
# SSH login key name for AWS node instances (ex: my-ssh-key)
18-
ssh_key_name = "<ssh-key-name>"
18+
ssh_key_name = "mosip-aws"
1919

2020
# The AWS region for resource creation
2121
aws_provider_region = "ap-south-1"
@@ -24,7 +24,7 @@ aws_provider_region = "ap-south-1"
2424
# If empty, uses all available AZs in the region
2525
# Example: ["ap-south-1a", "ap-south-1b"] for specific AZs
2626
# Example: [] for all available AZs in the region
27-
specific_availability_zones = []
27+
specific_availability_zones = ["ap-south-1b"]
2828

2929
# The instance type for Kubernetes nodes (control plane, worker, etcd)
3030
k8s_instance_type = "t3a.2xlarge"
@@ -33,7 +33,7 @@ k8s_instance_type = "t3a.2xlarge"
3333
nginx_instance_type = "t3a.2xlarge"
3434

3535
# The Route 53 hosted zone ID
36-
zone_id = "<route53_zone_id>"
36+
zone_id = "Z090954828SJIEL6P5406"
3737

3838
## UBUNTU 24.04
3939
# The Amazon Machine Image ID for the instances
@@ -64,7 +64,7 @@ k8s_control_plane_node_count = 3
6464
k8s_etcd_node_count = 3
6565

6666
# Worker
67-
k8s_worker_node_count = 2
67+
k8s_worker_node_count = 5
6868

6969
# RKE2 Version Configuration
7070
rke2_version = "v1.28.9+rke2r1"
@@ -77,7 +77,7 @@ WIREGUARD_CIDR = "172.0.0.0/8" # Use your actual WireGuard VPN CIDR
7777
# Rancher Import URL
7878
# Rancher Import Configuration
7979
enable_rancher_import = true
80-
rancher_import_url = "\"<rancher-import-url>\""
80+
rancher_import_url = "\"kubectl apply -f https://rancher.mosip.net/v3/import/ggpbd7pb6r2r4qbh2lr82lzzjp4tnkllsvnc27db55p6vbqd7j5rjq_c-r4wrn.yaml\""
8181

8282
# DNS Records to map
8383
subdomain_public = ["resident", "prereg", "esignet", "healthservices", "signup"]
@@ -93,10 +93,10 @@ postgresql_port = "5433"
9393
# MOSIP Infrastructure Repository Configuration
9494
mosip_infra_repo_url = "https://github.com/mosip/infra.git"
9595

96-
mosip_infra_branch = "release-0.2.0"
96+
mosip_infra_branch = "qajava21"
9797

9898
# VPC Configuration - Existing VPC to use (discovered by Name tag)
99-
vpc_name = "<vpc-name>"
99+
vpc_name = "default"
100100

101101
# ── ActiveMQ Configuration ─────────────────────────────────────────────────────
102102
# Set enable_activemq_setup = true AND nginx_node_ebs_volume_size_3 > 0 to
@@ -108,4 +108,4 @@ nginx_node_ebs_volume_size_3 = 30 # Volume size in GB (e.g. 100); 0 = disabled
108108

109109
activemq_storage_device = "/dev/nvme3n1"
110110
activemq_mount_point = "/srv/activemq"
111-
activemq_nfs_allowed_hosts = "*" # Restrict to cluster CIDR in production e.g. "10.0.0.0/8"
111+
activemq_nfs_allowed_hosts = "*" # Restrict to cluster CIDR in production e.g. "10.0.0.0/8"

0 commit comments

Comments
 (0)