mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:17:31 +08:00
Add kubernetes manifest generated by kompose
This commit is contained in:
169
bitnami/matomo/kubernetes.yml
Normal file
169
bitnami/matomo/kubernetes.yml
Normal file
@@ -0,0 +1,169 @@
|
||||
apiVersion: v1
|
||||
items:
|
||||
- apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mariadb
|
||||
name: mariadb
|
||||
spec:
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: headless
|
||||
port: 55555
|
||||
targetPort: 0
|
||||
selector:
|
||||
io.kompose.service: mariadb
|
||||
status:
|
||||
loadBalancer: {}
|
||||
- apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: piwik
|
||||
name: piwik
|
||||
spec:
|
||||
ports:
|
||||
- name: "80"
|
||||
port: 80
|
||||
targetPort: 80
|
||||
- name: "443"
|
||||
port: 443
|
||||
targetPort: 443
|
||||
selector:
|
||||
io.kompose.service: piwik
|
||||
status:
|
||||
loadBalancer: {}
|
||||
- apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: mariadb
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: mariadb
|
||||
spec:
|
||||
containers:
|
||||
- env:
|
||||
- name: ALLOW_EMPTY_PASSWORD
|
||||
value: "yes"
|
||||
image: bitnami/mariadb:latest
|
||||
name: mariadb
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /bitnami/mariadb
|
||||
name: piwik-mariadb-data
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: piwik-mariadb-data
|
||||
persistentVolumeClaim:
|
||||
claimName: piwik-mariadb-data
|
||||
status: {}
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: piwik-mariadb-data
|
||||
name: piwik-mariadb-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
- apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: piwik
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: piwik
|
||||
spec:
|
||||
containers:
|
||||
- image: bitnami/piwik:latest
|
||||
name: piwik
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- containerPort: 443
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /bitnami/piwik
|
||||
name: piwik-piwik-data
|
||||
- mountPath: /bitnami/apache
|
||||
name: piwik-apache-data
|
||||
- mountPath: /bitnami/php
|
||||
name: piwik-php-data
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: piwik-piwik-data
|
||||
persistentVolumeClaim:
|
||||
claimName: piwik-piwik-data
|
||||
- name: piwik-apache-data
|
||||
persistentVolumeClaim:
|
||||
claimName: piwik-apache-data
|
||||
- name: piwik-php-data
|
||||
persistentVolumeClaim:
|
||||
claimName: piwik-php-data
|
||||
status: {}
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: piwik-piwik-data
|
||||
name: piwik-piwik-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: piwik-apache-data
|
||||
name: piwik-apache-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: piwik-php-data
|
||||
name: piwik-php-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
kind: List
|
||||
metadata: {}
|
||||
|
||||
Reference in New Issue
Block a user