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