@@ -816,6 +816,68 @@ spec:
816
816
value: "{{ mas_aibroker_db_secret_value }}"
817
817
{% - endif %}
818
818
819
+ # TODO: Fix type for storage sizes and max conn pool size
820
+ {% - if mas_app_channel_facilities is defined and mas_app_channel_facilities != "" %}
821
+
822
+ # Real Estate anda Facilities Application
823
+ # -------------------------------------------------------------------------
824
+ - name: mas_app_channel_facilities
825
+ value: "{{ mas_app_channel_facilities }}"
826
+
827
+ {% - if mas_ws_facilities_size is defined and mas_ws_facilities_size != "" %}
828
+ - name: mas_ws_facilities_size
829
+ value: "{{ mas_ws_facilities_size }}"
830
+ {% - endif %}
831
+ {% - if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %}
832
+ - name: mas_ws_facilities_routes_timeout
833
+ value: "{{ mas_ws_facilities_routes_timeout }}"
834
+ {% - endif %}
835
+ {% - if mas_ws_facilities_liberty_extension_XML is defined and mas_ws_facilities_liberty_extension_XML != "" %}
836
+ - name: mas_ws_facilities_liberty_extension_XML
837
+ value: "{{ mas_ws_facilities_liberty_extension_XML }}"
838
+ {% - endif %}
839
+ {% - if mas_ws_facilities_vault_secret is defined and mas_ws_facilities_vault_secret != "" %}
840
+ - name: mas_ws_facilities_vault_secret
841
+ value: "{{ mas_ws_facilities_vault_secret }}"
842
+ {% - endif %}
843
+ {% - if mas_ws_facilities_pull_policy is defined and mas_ws_facilities_pull_policy != "" %}
844
+ - name: mas_ws_facilities_pull_policy
845
+ value: "{{ mas_ws_facilities_pull_policy }}"
846
+ {% - endif %}
847
+ - name: mas_ws_facilities_storage_log_class
848
+ value: "{{ mas_ws_facilities_storage_log_class }}"
849
+ {% - if mas_ws_facilities_storage_log_mode is defined and mas_ws_facilities_storage_log_mode != "" %}
850
+ - name: mas_ws_facilities_storage_log_mode
851
+ value: "{{ mas_ws_facilities_storage_log_mode }}"
852
+ {% - endif %}
853
+ # {% - if mas_ws_facilities_storage_log_size is defined and mas_ws_facilities_storage_log_size != "" %}
854
+ # - name: mas_ws_facilities_storage_log_size
855
+ # value: "{{ mas_ws_facilities_storage_log_size }}"
856
+ # {% - endif %}
857
+ - name: mas_ws_facilities_storage_userfiles_class
858
+ value: "{{ mas_ws_facilities_storage_userfiles_class }}"
859
+ {% - if mas_ws_facilities_storage_userfiles_mode is defined and mas_ws_facilities_storage_userfiles_mode != "" %}
860
+ - name: mas_ws_facilities_storage_userfiles_mode
861
+ value: "{{ mas_ws_facilities_storage_userfiles_mode }}"
862
+ {% - endif %}
863
+ # {% - if mas_ws_facilities_storage_userfiles_size is defined and mas_ws_facilities_storage_userfiles_size != "" %}
864
+ # - name: mas_ws_facilities_storage_userfiles_size
865
+ # value: "{{ mas_ws_facilities_storage_userfiles_size }}"
866
+ # {% - endif %}
867
+ {% - if mas_ws_facilities_dwfagents is defined and mas_ws_facilities_dwfagents != "" %}
868
+ - name: mas_ws_facilities_dwfagents
869
+ value: "{{ mas_ws_facilities_dwfagents }}"
870
+ {% - endif %}
871
+ # {% - if mas_ws_facilities_db_maxconnpoolsize is defined and mas_ws_facilities_db_maxconnpoolsize != "" %}
872
+ # - name: mas_ws_facilities_db_maxconnpoolsize
873
+ # value: "{{ mas_ws_facilities_db_maxconnpoolsize }}"
874
+ # {% - endif %}
875
+
876
+ - name: db2_action_facilities
877
+ value: "{{ db2_action_facilities}}"
878
+
879
+ {% - endif %}
880
+
819
881
workspaces:
820
882
# The generated configuration files
821
883
# -------------------------------------------------------------------------
0 commit comments