mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-20 16:35:48 +00:00
33 lines
652 B
YAML
33 lines
652 B
YAML
apiVersion: k8s.mariadb.com/v1alpha1
|
|
kind: Connection
|
|
metadata:
|
|
name: connection
|
|
spec:
|
|
mariaDbRef:
|
|
name: mariadb
|
|
username: mariadb
|
|
passwordSecretKeyRef:
|
|
name: mariadb
|
|
key: password
|
|
database: mariadb
|
|
params:
|
|
parseTime: "true"
|
|
timeout: "5s"
|
|
secretName: connection
|
|
secretTemplate:
|
|
metadata:
|
|
labels:
|
|
k8s.mariadb.com/connection: sample
|
|
annotations:
|
|
k8s.mariadb.com/connection: sample
|
|
key: dsn
|
|
usernameKey: username
|
|
passwordKey: password
|
|
hostKey: host
|
|
portKey: port
|
|
databaseKey: database
|
|
healthCheck:
|
|
interval: 30s
|
|
retryInterval: 3s
|
|
serviceName: mariadb
|