Skip to content

Commit 1959edb

Browse files
committed
testing
1 parent cc2c400 commit 1959edb

File tree

24 files changed

+674
-8
lines changed

24 files changed

+674
-8
lines changed

.github/workflows/deploy-dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo1
13+
- production
14+
- staging
1315
jobs:
1416
approve:
1517
environment: ${{ inputs.environment }}

.github/workflows/deploy-opencrvs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ on:
2525
default: "dev"
2626
type: choice
2727
options:
28-
- ""
28+
- demo1
29+
- production
30+
- staging
2931

3032
jobs:
3133
approve:

.github/workflows/github-to-k8s-sync-env.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo1
13+
- production
14+
- staging
1315
mapping_file:
1416
description: "Secrets mapping template"
1517
default: "opencrvs"

.github/workflows/k8s-reindex.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo1
13+
- production
14+
- staging
1315
workflow_call:
1416
inputs:
1517
environment:

.github/workflows/k8s-reset-data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo1
13+
- production
14+
- staging
1315
workflow_call:
1416
inputs:
1517
environment:

.github/workflows/k8s-seed-data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo1
13+
- production
14+
- staging
1315
workflow_call:
1416
inputs:
1517
environment:

.github/workflows/provision.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
default: 'dev'
1010
type: choice
1111
options:
12-
- ""
12+
- staging
13+
- production
14+
- demo1
1315
tags:
1416
description: 'Tags to apply to the provisioned resources'
1517
required: true

.github/workflows/reset-2fa.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
default:
1414
required: true
1515
options:
16-
- ""
16+
- staging
17+
- production
18+
- demo1
1719

1820
jobs:
1921
approve:

charts/dependencies/files/beats/metricbeat.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ metricbeat.modules:
2929
- core
3030
- socket
3131
period: 1m
32+
processors:
33+
- drop_fields:
34+
fields: ["metricset.module", "host.os.build"]
3235
- module: system
3336
metricsets:
3437
- filesystem
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
storage_type: host_path
2+
3+
environment_type: non-production
4+
5+
ingress:
6+
tls_resolver: letsencrypt
7+
8+
minio:
9+
use_default_credentials: false
10+
11+
elasticsearch:
12+
use_default_credentials: false
13+
14+
mongodb:
15+
use_default_credentials: false
16+
17+
postgres:
18+
use_default_credentials: false
19+
20+
monitoring:
21+
enabled: true
22+
23+
elastalert:
24+
env:
25+
HTTP_POST2_ALERT_URL: http://countryconfig.opencrvs-demo2.svc.cluster.local:3040

0 commit comments

Comments
 (0)