kubernetes-yaml/description/Configuration/ConfigMaps/example-halo.yml

11 lines
245 B
YAML
Raw Normal View History

2023-12-15 16:39:01 +08:00
apiVersion: v1
kind: ConfigMap
metadata:
name: example-halo
namespace: halo
data:
spring.sql.init.platform: mysql
spring.r2dbc.url: r2dbc:pool:mysql://{HOST}:{PORT}/{DATABASE}
halo.external-url: http://localhost:8090/
immutable: true