-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapplication-native.yaml
More file actions
77 lines (73 loc) · 2.09 KB
/
application-native.yaml
File metadata and controls
77 lines (73 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
spring:
application:
name: CLOUD-NATIVE
liquibase:
enabled: true
change-log: classpath:db/changelog/db.changelog-master.yaml
datasource:
druid:
db-type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://127.0.0.1:5432/ivorysql
username: ivorysql
password: "ivory@123"
jpa:
show-sql: false
open-in-view: false
properties:
javax.persistence.validation.mode: none
# hibernate:
# temp:
# use_jdbc_metadata_defaults: false
jackson:
date-format: "yyyy-MM-dd HH:mm:ss"
time-zone: GMT
serialization:
write-dates-as-timestamps: false
common:
version: v1
request-path-prefix: /cloudapi/api
alert-path-prefix: alert
serviceName: ivory
namespace: ivory
refreshWatcherTaskTime: 600000 # 单位ms 默认10分钟
linuxk8sConfigPath: /root/.kube/config
# ivoryPgKernelVersion: 15 #数据库内核版本
# ivoryVersion: 2.3 #ivory版本
ivoryPgKernelVersion: 18 #数据库内核版本
ivoryVersion: 5.1 #ivory版本
logging:
level:
org:
hibernate: error
root: info
config: config/spring_pro_logback.xml
images:
image:
db: docker.io/ivorysql/ivorysql:ubi8-5.0-5.0-1
backrest: docker.io/ivorysql/pgbackrest:ubi8-2.56.0-5.0-1
pgadmin: docker.io/ivorysql/pgadmin:ubi8-9.9-5.0-1
exporter: docker.io/ivorysql/postgres-exporter:ubi8-0.17.0-5.0-1
server:
port: 8081
error:
include-exception: true
include-message: always
cluster:
user: pguser
group: ivory-operator.ivorysql.org
version: v1beta1
kind: IvoryCluster
plural: ivoryclusters
singular: ivorycluster
instanceIdName: ivory/instanceId
clusterId: ivory/clusterId
prometheusFilter: ivory/user
clusterNameLabel: ${cluster.group}/cluster
clusterRoleLabel: ${cluster.group}/role
clusterDataLabel: ${cluster.group}/data
crBackupAnnotation: ${cluster.group}/pgbackrest-backup
crRestoreAnnotation: ${cluster.group}/pgbackrest-restore
grafanaName: grafana
alertManagerName: alertmanager
prometheusName: prometheus