Skip to content

Instantly share code, notes, and snippets.

@fauzan-n
Last active July 28, 2019 15:49
Show Gist options
  • Save fauzan-n/00cb05a74ec50ae8c76838ee1080d587 to your computer and use it in GitHub Desktop.
Save fauzan-n/00cb05a74ec50ae8c76838ee1080d587 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: app-name-example
namespace: default
data:
application.yml: |-
app:
name: app-name-example
spring:
messages:
basename: message/messages
datasource:
platform: mysql
url: jdbc:mariadb://mysql.default.svc.cluster.local:3306/dbnameexample
username: dbuserexample
password: dbpasswordexample
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment