Despliegue imágenes inicial
This commit is contained in:
72
bookstack/bookstackbbdd/values.yaml
Normal file
72
bookstack/bookstackbbdd/values.yaml
Normal file
@@ -0,0 +1,72 @@
|
||||
---
|
||||
global:
|
||||
fullnameOverride: bookstacktfmbbdd
|
||||
defaultPodOptions:
|
||||
annotations:
|
||||
diun.enable: "false"
|
||||
diun.include_tags: \d\d.\d(.\d)?-apache
|
||||
diun.watch_repo: "true"
|
||||
|
||||
controllers:
|
||||
main:
|
||||
enabled: true
|
||||
type: deployment
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: mariadb
|
||||
tag: "11.8"
|
||||
pullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- config: config
|
||||
- secret: secret
|
||||
resources:
|
||||
limits:
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
secrets:
|
||||
secret:
|
||||
enabled: true
|
||||
stringData:
|
||||
DB_DATABASE: tfmuocdfcarvajal
|
||||
DB_USER: tfmuocdfcarvajalUser
|
||||
DB_PASSWORD: iXsL8pJq
|
||||
MYSQL_PASSWORD: iXsL8pJq
|
||||
MYSQL_ROOT_PASSWORD: TFM12
|
||||
configMaps:
|
||||
config:
|
||||
enabled: true
|
||||
data:
|
||||
TZ: Europe/Madrid
|
||||
MARIADB_AUTO_UPGRADE: "1"
|
||||
service:
|
||||
bbdd:
|
||||
enabled: true
|
||||
nameOverride: bbdd
|
||||
controller: main
|
||||
primary: false
|
||||
type: ClusterIP
|
||||
ports:
|
||||
bbdd:
|
||||
enabled: true
|
||||
primary: true
|
||||
port: 3306
|
||||
protocol: TCP
|
||||
targetPort: 3306
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
type: persistentVolumeClaim
|
||||
name: data
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
retain: yes
|
||||
globalMounts:
|
||||
- path: /var/lib/mysql
|
||||
readOnly: false
|
||||
Reference in New Issue
Block a user