2022-12-22 20:29:31 +08:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
kompose.cmd: kompose convert -c -f latest.yml
|
2023-01-28 23:23:46 +08:00
|
|
|
kompose.version: 1.28.0 (c4137012e)
|
2022-12-22 20:29:31 +08:00
|
|
|
labels:
|
|
|
|
io.kompose.service: nextcloud-aio-redis
|
|
|
|
name: nextcloud-aio-redis
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
io.kompose.service: nextcloud-aio-redis
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
kompose.cmd: kompose convert -c -f latest.yml
|
2023-01-28 23:23:46 +08:00
|
|
|
kompose.version: 1.28.0 (c4137012e)
|
2022-12-22 20:29:31 +08:00
|
|
|
labels:
|
|
|
|
io.kompose.network/nextcloud-aio: "true"
|
|
|
|
io.kompose.service: nextcloud-aio-redis
|
|
|
|
spec:
|
2023-01-29 05:08:43 +08:00
|
|
|
securityContext:
|
|
|
|
fsGroup: 65534
|
|
|
|
fsGroupChangePolicy: "OnRootMismatch"
|
2022-12-22 20:29:31 +08:00
|
|
|
containers:
|
|
|
|
- env:
|
|
|
|
- name: REDIS_HOST_PASSWORD
|
|
|
|
value: "{{ .Values.REDIS_PASSWORD }}"
|
|
|
|
- name: TZ
|
|
|
|
value: "{{ .Values.TIMEZONE }}"
|
2023-01-28 23:23:46 +08:00
|
|
|
image: nextcloud/aio-redis:20230124_100035-{{ .Values.IMAGE_TAG }}
|
2022-12-22 20:29:31 +08:00
|
|
|
name: nextcloud-aio-redis
|
|
|
|
volumeMounts:
|
|
|
|
- mountPath: /data
|
|
|
|
name: nextcloud-aio-redis
|
|
|
|
volumes:
|
|
|
|
- name: nextcloud-aio-redis
|
|
|
|
persistentVolumeClaim:
|
|
|
|
claimName: nextcloud-aio-redis
|