summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-20 23:36:22 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-20 23:36:22 +0100
commit6eb0d4b80be0db7951560e392bee9d5d1b156040 (patch)
tree37d56400f0a79edb5ba61093a8b67125bc063591 /inventory
parentfix storage/zfs/base role (diff)
finalize apps/node-red
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml23
1 files changed, 22 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml
index dbd6c41a..ad4a1d9c 100644
--- a/inventory/host_vars/ch-testvm-prometheus.yml
+++ b/inventory/host_vars/ch-testvm-prometheus.yml
@@ -62,7 +62,7 @@ zfs_volumes:
whawty:
children:
auth: {}
-
+ node-red: {}
spreadspace_apt_repo_components:
- container
@@ -271,3 +271,24 @@ whawty_auth_instances:
create_subject_key_identifier: yes
not_after: +52w
renew_margin: +42d
+
+
+_node_red_zfs_base_:
+ pool: storage
+ name: node-red
+
+node_red_instances:
+ test:
+ version: 3.1.3
+ port: 1880
+ credential_secret: "altough-i-should-be-i-am-neither-secret-nor-random"
+ storage:
+ type: zfs
+ parent: "{{ _node_red_zfs_base_ }}"
+ name: test
+ properties:
+ quota: 512M
+ publish:
+ zone: "{{ apps_publish_zone__ch_testvm_prometheus }}"
+ hostnames:
+ - node-red.example.com