File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
inventories/group_vars/control-plane
roles/ingress-controller/templates Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ metal_masterdata_api_projects:
117117 name : sample-project
118118 description : Sample project with static id
119119
120- metal_console_replicas : 1
120+ metal_console_enabled : false
121121
122122metal_api_grpc_certs_server_key : " {{ lookup('file', 'certs/grpc/server-key.pem') }}"
123123metal_api_grpc_certs_server_cert : " {{ lookup('file', 'certs/grpc/server.pem') }}"
Original file line number Diff line number Diff line change @@ -34,5 +34,7 @@ controller:
3434tcp :
3535 4161 : " {{ metal_control_plane_namespace }}/nsq-lookupd:4161"
3636 4150 : " {{ metal_control_plane_namespace }}/nsqd:4150"
37+ {% if metal_console_enabled %}
3738 5222 : " {{ metal_control_plane_namespace }}/metal-console:10001"
39+ {% endif %}
3840 50051 : " {{ metal_control_plane_namespace }}/metal-api:50051"
You can’t perform that action at this time.
0 commit comments