123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- apiVersion: extensions/v1beta1
- kind: Deployment
- metadata:
- annotations:
- io.rancher.container.pull_image: always
- kompose.cmd: migration-tools parse --docker-file docker-compose.yml --rancher-file
- rancher-compose.yml
- kompose.version: 1.16.0 (HEAD)
- creationTimestamp: null
- labels:
- io.kompose.service: matomo-db
- name: matomo-db
- spec:
- replicas: 0
- strategy:
- type: Recreate
- template:
- metadata:
- creationTimestamp: null
- labels:
- io.kompose.service: matomo-db
- spec:
- containers:
- - args:
- - --max_allowed_packet=72505856
- env:
- - name: MYSQL_DATABASE
- value: matomo
- - name: MYSQL_PASSWORD
- value: vergessen1974
- - name: MYSQL_ROOT_PASSWORD
- value: vergessen1974
- - name: MYSQL_USER
- value: matomo
- image: mariadb:latest
- name: matomo-db
- resources: {}
- stdin: true
- tty: true
- volumeMounts:
- - mountPath: /var/lib/mysql
- name: matomo-db-claim0
- restartPolicy: Always
- volumes:
- - name: matomo-db-claim0
- persistentVolumeClaim:
- claimName: matomo-db-claim0
- status: {}
|