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:
117
117
name : sample-project
118
118
description : Sample project with static id
119
119
120
- metal_console_replicas : 1
120
+ metal_console_enabled : false
121
121
122
122
metal_api_grpc_certs_server_key : " {{ lookup('file', 'certs/grpc/server-key.pem') }}"
123
123
metal_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:
34
34
tcp :
35
35
4161 : " {{ metal_control_plane_namespace }}/nsq-lookupd:4161"
36
36
4150 : " {{ metal_control_plane_namespace }}/nsqd:4150"
37
+ {% if metal_console_enabled %}
37
38
5222 : " {{ metal_control_plane_namespace }}/metal-console:10001"
39
+ {% endif %}
38
40
50051 : " {{ metal_control_plane_namespace }}/metal-api:50051"
You can’t perform that action at this time.
0 commit comments