swarm
This commit is contained in:
4
helm/local-values/xxl-job/xxl_job_group.sql
Normal file
4
helm/local-values/xxl-job/xxl_job_group.sql
Normal file
@ -0,0 +1,4 @@
|
||||
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (1, 'job-executor-sa-admin', 'sa-admin', 1, 'http://192.168.10.5:9801/,http://192.168.10.7:9801/');
|
||||
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (2, 'job-executor-sa-app', 'sa-app', 1, 'http://192.168.10.5:9803/');
|
||||
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (3, 'job-executor-sa-response', 'sa-response', 1, 'http://192.168.10.5:9804/');
|
||||
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (4, 'job-executor-gps-pass', 'gps-pass', 1, 'http://192.168.10.4:9806/');
|
Reference in New Issue
Block a user