mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 05:51:49 +08:00
32 lines
888 B
YAML
32 lines
888 B
YAML
|
{{- if eq .Values.IMAGINARY_ENABLED "yes" }}
|
||
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
annotations:
|
||
|
kompose.cmd: kompose convert -c -f latest.yml
|
||
|
kompose.version: 1.27.0 (b0ed6a2c9)
|
||
|
labels:
|
||
|
io.kompose.service: nextcloud-aio-imaginary
|
||
|
name: nextcloud-aio-imaginary
|
||
|
spec:
|
||
|
replicas: 1
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
io.kompose.service: nextcloud-aio-imaginary
|
||
|
template:
|
||
|
metadata:
|
||
|
annotations:
|
||
|
kompose.cmd: kompose convert -c -f latest.yml
|
||
|
kompose.version: 1.27.0 (b0ed6a2c9)
|
||
|
labels:
|
||
|
io.kompose.network/nextcloud-aio: "true"
|
||
|
io.kompose.service: nextcloud-aio-imaginary
|
||
|
spec:
|
||
|
containers:
|
||
|
- env:
|
||
|
- name: TZ
|
||
|
value: "{{ .Values.TIMEZONE }}"
|
||
|
image: nextcloud/aio-imaginary:20221229_091124-{{ .Values.IMAGE_TAG }}
|
||
|
name: nextcloud-aio-imaginary
|
||
|
{{- end }}
|