Skip to content

Commit

Permalink
deploy: add in environment tf vars + secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 20, 2023
1 parent cb19b0f commit 506d7ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/tf_vars/development/secrets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: ES_PASSWORD
valueFrom: arn:aws:ssm:ap-southeast-2:450356697252:parameter/apps/geonetwork4/tf-development/es_password
6 changes: 6 additions & 0 deletions deploy/tf_vars/development/variables.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_port: 8080
cpu: 1024
memory: 3072
health_check_path: /geonetwork/srv/eng/catalog.search#/home
unhealthy_threshold: 10
nginx_proxy: false

0 comments on commit 506d7ef

Please sign in to comment.