|
@@ -0,0 +1,90 @@
|
|
|
|
+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)
|
|
|
|
+ wonderfall: nextcloud
|
|
|
|
+ creationTimestamp: null
|
|
|
|
+ labels:
|
|
|
|
+ io.kompose.service: nextcloud
|
|
|
|
+ name: nextcloud
|
|
|
|
+spec:
|
|
|
|
+ replicas: 0
|
|
|
|
+ strategy:
|
|
|
|
+ type: Recreate
|
|
|
|
+ template:
|
|
|
|
+ metadata:
|
|
|
|
+ creationTimestamp: null
|
|
|
|
+ labels:
|
|
|
|
+ io.kompose.service: nextcloud
|
|
|
|
+ spec:
|
|
|
|
+ containers:
|
|
|
|
+ - env:
|
|
|
|
+ - name: APC_SHM_SIZE
|
|
|
|
+ value: 256M
|
|
|
|
+ - name: CRON_PERIOD
|
|
|
|
+ value: 15m
|
|
|
|
+ - name: DB_HOST
|
|
|
|
+ value: nextcloud-db
|
|
|
|
+ - name: DB_NAME
|
|
|
|
+ value: nextcloud
|
|
|
|
+ - name: DB_PASSWORD
|
|
|
|
+ value: qT2QyZGcJ6KPfnph
|
|
|
|
+ - name: DB_TYPE
|
|
|
|
+ value: mysql
|
|
|
|
+ - name: DB_USER
|
|
|
|
+ value: nextcloud
|
|
|
|
+ - name: DOMAIN
|
|
|
|
+ value: localhost
|
|
|
|
+ - name: GID
|
|
|
|
+ value: "1000"
|
|
|
|
+ - name: OPCACHE_MEM_SIZE
|
|
|
|
+ value: "256"
|
|
|
|
+ - name: REDIS_HOST
|
|
|
|
+ value: redis
|
|
|
|
+ - name: REDIS_HOST_PORT
|
|
|
|
+ value: "6379"
|
|
|
|
+ - name: TZ
|
|
|
|
+ value: Europe/Berlin
|
|
|
|
+ - name: UID
|
|
|
|
+ value: "1000"
|
|
|
|
+ - name: UPLOAD_MAX_SIZE
|
|
|
|
+ value: 10G
|
|
|
|
+ image: nexus.sebastianfisahn.com/nextcloud:17.0.1
|
|
|
|
+ name: nextcloud
|
|
|
|
+ ports:
|
|
|
|
+ - containerPort: 8888
|
|
|
|
+ resources: {}
|
|
|
|
+ volumeMounts:
|
|
|
|
+ - mountPath: /data
|
|
|
|
+ name: nextcloud-claim0
|
|
|
|
+ - mountPath: /config
|
|
|
|
+ name: nextcloud-claim1
|
|
|
|
+ - mountPath: /apps2
|
|
|
|
+ name: nextcloud-claim2
|
|
|
|
+ - mountPath: /nextcloud/themes
|
|
|
|
+ name: nextcloud-claim3
|
|
|
|
+ - mountPath: /php/session
|
|
|
|
+ name: nextcloud-claim4
|
|
|
|
+ restartPolicy: Always
|
|
|
|
+ subdomain: nextcloud.sebastianfisahn.com
|
|
|
|
+ volumes:
|
|
|
|
+ - name: nextcloud-claim0
|
|
|
|
+ persistentVolumeClaim:
|
|
|
|
+ claimName: nextcloud-claim0
|
|
|
|
+ - name: nextcloud-claim1
|
|
|
|
+ persistentVolumeClaim:
|
|
|
|
+ claimName: nextcloud-claim1
|
|
|
|
+ - name: nextcloud-claim2
|
|
|
|
+ persistentVolumeClaim:
|
|
|
|
+ claimName: nextcloud-claim2
|
|
|
|
+ - name: nextcloud-claim3
|
|
|
|
+ persistentVolumeClaim:
|
|
|
|
+ claimName: nextcloud-claim3
|
|
|
|
+ - name: nextcloud-claim4
|
|
|
|
+ persistentVolumeClaim:
|
|
|
|
+ claimName: nextcloud-claim4
|
|
|
|
+status: {}
|