Skip to content

Commit

Permalink
6.0.0-ga.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kongfei605 committed Mar 30, 2023
1 parent 25ff2bc commit 9ade05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
5 changes: 3 additions & 2 deletions scripts/a-n9e.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set names utf8mb4;

drop database if exists n9e_v6;
create database n9e_v6;
use n9e_v6;

Expand Down Expand Up @@ -386,7 +387,7 @@ insert into metric_view(name, cate, configs) values('Host View', 0, '{"filters":
CREATE TABLE `recording_rule` (
`id` bigint unsigned not null auto_increment,
`group_id` bigint not null default '0' comment 'group_id',
`datasource_id` bigint not null default 0 comment 'datasource id',
`datasource_ids` varchar(255) not null default '' comment 'datasource ids',
`cluster` varchar(128) not null,
`name` varchar(255) not null comment 'new metric name',
`note` varchar(255) not null comment 'rule note',
Expand Down Expand Up @@ -604,4 +605,4 @@ CREATE TABLE `sso_config` (
`content` text not null,
PRIMARY KEY (`id`),
UNIQUE KEY (`name`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4;
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4;
5 changes: 0 additions & 5 deletions templates/n9e/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ spec:
name: n9e-template
- mountPath: /app/etc/script
name: n9e-script
- mountPath: /app/integrations/n9e/dashboards
name: integrations-n9e-dashboard
# hostname: n9e
restartPolicy: Always
volumes:
Expand All @@ -81,9 +79,6 @@ spec:
- name: n9e-script
configMap:
name: n9e-script
- name: integrations-n9e-dashboard
configMap:
name: integrations-n9e-dashboard
{{- with .Values.n9e.internal.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}
Expand Down
27 changes: 0 additions & 27 deletions templates/n9e/n9e-dashboard-cm.yaml

This file was deleted.

0 comments on commit 9ade05f

Please sign in to comment.