summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
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