@@ -32,7 +32,6 @@ common:
3232 alert-path-prefix : alert
3333 serviceName : ivory
3434 namespace : ivory
35- # storageClassLabels: "{'cnp.inspurcloud.cn/system-storageclass': 'false'}"
3635 refreshWatcherTaskTime : 600000 # 单位ms 默认10分钟
3736 linuxk8sConfigPath : /root/.kube/config
3837# ivoryPgKernelVersion: 15 #数据库内核版本
@@ -41,25 +40,12 @@ common:
4140 ivoryVersion : 5.0 # ivory版本
4241logging :
4342 level :
44- # com:
45- # inspur:
46- # common: ERROR
4743 org :
4844 hibernate : error
4945 root : info
5046 config : config/spring_pro_logback.xml
5147
5248images :
53- # image:
54- # db: harbor.highgo.com/highgo/crunchy-highgo:sm3nodemx
55- # backrest: harbor.highgo.com/highgo/crunchy-pgbackrest:sm3-v2
56- # pgadmin: harbor.highgo.com/highgo/crunchy-pgadmin4:hgadmin2
57- # exporter: harbor.highgo.com/highgo/crunchy-postgres-exporter:v1.5
58- # image:
59- # db: docker.io/ivorysql/ivorysql:ubi8-2.2-1.1-1
60- # backrest: docker.io/ivorysql/pgbackrest:ubi8-2.45-1.1-1
61- # pgadmin: docker.io/ivorysql/pgadmin:ubi8-7.4-1.1-1
62- # exporter: docker.io/ivorysql/postgres-exporter:ubi8-0.13.2-1.1-1
6349 image :
6450 db : docker.io/ivorysql/ivorysql:ubi8-5.0-5.0-1
6551 backrest : docker.io/ivorysql/pgbackrest:ubi8-2.56.0-5.0-1
@@ -73,31 +59,19 @@ server:
7359
7460cluster :
7561 user : pguser
76- # user: hguser
7762 group : ivory-operator.ivorysql.org
78- # group: highgo-operator.inspur.com
7963 version : v1beta1
80- # version: v1beta1
8164 kind : IvoryCluster
82- # kind: PostgresCluster
8365 plural : ivoryclusters
84- # plural: highgoclusters
8566 singular : ivorycluster
86- # singular: highgocluster
8767 instanceIdName : ivory/instanceId
88- # instanceIdName: highgo/instanceId
8968 clusterId : ivory/clusterId
90- # clusterId: highgo/clusterId
91- # prometheusFilter: highgo/user
9269 prometheusFilter : ivory/user
9370 clusterNameLabel : ${cluster.group}/cluster
9471 clusterRoleLabel : ${cluster.group}/role
9572 clusterDataLabel : ${cluster.group}/data
9673 crBackupAnnotation : ${cluster.group}/pgbackrest-backup
9774 crRestoreAnnotation : ${cluster.group}/pgbackrest-restore
9875 grafanaName : grafana
99- # grafanaName: crunchy-grafana
10076 alertManagerName : alertmanager
101- # alertManagerName: crunchy-alertmanager
10277 prometheusName : prometheus
103- # prometheusName: crunchy-prometheus
0 commit comments