mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Helm Chart updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
58d37d5d78
commit
8ebcdf22ca
25 changed files with 55 additions and 229 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
name: nextcloud-aio-helm-chart
|
name: nextcloud-aio-helm-chart
|
||||||
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
||||||
version: 7.2.1
|
version: 7.4.1
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
keywords:
|
keywords:
|
||||||
- latest
|
- latest
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-apache
|
io.kompose.service: nextcloud-aio-apache
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-apache
|
io.kompose.service: nextcloud-aio-apache
|
||||||
|
|
@ -30,22 +30,7 @@ spec:
|
||||||
- "777"
|
- "777"
|
||||||
- /nextcloud-aio-nextcloud
|
- /nextcloud-aio-nextcloud
|
||||||
- /nextcloud-aio-apache
|
- /nextcloud-aio-apache
|
||||||
- /nextcloud-aio-apache-tmpfs0
|
|
||||||
- /nextcloud-aio-apache-tmpfs1
|
|
||||||
- /nextcloud-aio-apache-tmpfs2
|
|
||||||
- /nextcloud-aio-apache-tmpfs3
|
|
||||||
- /nextcloud-aio-apache-tmpfs4
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-apache-tmpfs4
|
|
||||||
mountPath: /nextcloud-aio-apache-tmpfs4
|
|
||||||
- name: nextcloud-aio-apache-tmpfs3
|
|
||||||
mountPath: /nextcloud-aio-apache-tmpfs3
|
|
||||||
- name: nextcloud-aio-apache-tmpfs2
|
|
||||||
mountPath: /nextcloud-aio-apache-tmpfs2
|
|
||||||
- name: nextcloud-aio-apache-tmpfs1
|
|
||||||
mountPath: /nextcloud-aio-apache-tmpfs1
|
|
||||||
- name: nextcloud-aio-apache-tmpfs0
|
|
||||||
mountPath: /nextcloud-aio-apache-tmpfs0
|
|
||||||
- name: nextcloud-aio-apache
|
- name: nextcloud-aio-apache
|
||||||
mountPath: /nextcloud-aio-apache
|
mountPath: /nextcloud-aio-apache
|
||||||
- name: nextcloud-aio-nextcloud
|
- name: nextcloud-aio-nextcloud
|
||||||
|
|
@ -72,33 +57,19 @@ spec:
|
||||||
value: nextcloud-aio-talk
|
value: nextcloud-aio-talk
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-apache:20230916_091439-latest
|
image: nextcloud/aio-apache:20231016_081107-latest
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.APACHE_PORT }}
|
- containerPort: {{ .Values.APACHE_PORT }}
|
||||||
hostPort: {{ .Values.APACHE_PORT }}
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: {{ .Values.APACHE_PORT }}
|
- containerPort: {{ .Values.APACHE_PORT }}
|
||||||
hostPort: {{ .Values.APACHE_PORT }}
|
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/www/html
|
- mountPath: /var/www/html
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- mountPath: /mnt/data
|
- mountPath: /mnt/data
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
- mountPath: /var/log/supervisord
|
|
||||||
name: nextcloud-aio-apache-tmpfs0
|
|
||||||
- mountPath: /var/run/supervisord
|
|
||||||
name: nextcloud-aio-apache-tmpfs1
|
|
||||||
- mountPath: /usr/local/apache2/logs
|
|
||||||
name: nextcloud-aio-apache-tmpfs2
|
|
||||||
- mountPath: /tmp
|
|
||||||
name: nextcloud-aio-apache-tmpfs3
|
|
||||||
- mountPath: /home/www-data
|
|
||||||
name: nextcloud-aio-apache-tmpfs4
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: nextcloud-aio-nextcloud
|
- name: nextcloud-aio-nextcloud
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
@ -106,13 +77,3 @@ spec:
|
||||||
- name: nextcloud-aio-apache
|
- name: nextcloud-aio-apache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nextcloud-aio-apache
|
claimName: nextcloud-aio-apache
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-apache-tmpfs0
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-apache-tmpfs1
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-apache-tmpfs2
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-apache-tmpfs3
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-apache-tmpfs4
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-apache
|
io.kompose.service: nextcloud-aio-apache
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-clamav
|
io.kompose.service: nextcloud-aio-clamav
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-clamav
|
io.kompose.service: nextcloud-aio-clamav
|
||||||
|
|
@ -30,16 +30,7 @@ spec:
|
||||||
- chmod
|
- chmod
|
||||||
- "777"
|
- "777"
|
||||||
- /nextcloud-aio-clamav
|
- /nextcloud-aio-clamav
|
||||||
- /nextcloud-aio-clamav-tmpfs0
|
|
||||||
- /nextcloud-aio-clamav-tmpfs1
|
|
||||||
- /nextcloud-aio-clamav-tmpfs2
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-clamav-tmpfs2
|
|
||||||
mountPath: /nextcloud-aio-clamav-tmpfs2
|
|
||||||
- name: nextcloud-aio-clamav-tmpfs1
|
|
||||||
mountPath: /nextcloud-aio-clamav-tmpfs1
|
|
||||||
- name: nextcloud-aio-clamav-tmpfs0
|
|
||||||
mountPath: /nextcloud-aio-clamav-tmpfs0
|
|
||||||
- name: nextcloud-aio-clamav
|
- name: nextcloud-aio-clamav
|
||||||
mountPath: /nextcloud-aio-clamav
|
mountPath: /nextcloud-aio-clamav
|
||||||
containers:
|
containers:
|
||||||
|
|
@ -48,31 +39,16 @@ spec:
|
||||||
value: "90"
|
value: "90"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-clamav:20230916_091439-latest
|
image: nextcloud/aio-clamav:20231016_081107-latest
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3310
|
- containerPort: 3310
|
||||||
hostPort: 3310
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/clamav
|
- mountPath: /var/lib/clamav
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
- mountPath: /var/lock
|
|
||||||
name: nextcloud-aio-clamav-tmpfs0
|
|
||||||
- mountPath: /var/log/clamav
|
|
||||||
name: nextcloud-aio-clamav-tmpfs1
|
|
||||||
- mountPath: /tmp
|
|
||||||
name: nextcloud-aio-clamav-tmpfs2
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: nextcloud-aio-clamav
|
- name: nextcloud-aio-clamav
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nextcloud-aio-clamav
|
claimName: nextcloud-aio-clamav
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-clamav-tmpfs0
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-clamav-tmpfs1
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-clamav-tmpfs2
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-clamav
|
io.kompose.service: nextcloud-aio-clamav
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-collabora
|
io.kompose.service: nextcloud-aio-collabora
|
||||||
name: nextcloud-aio-collabora
|
name: nextcloud-aio-collabora
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-collabora
|
io.kompose.service: nextcloud-aio-collabora
|
||||||
|
|
@ -37,10 +37,9 @@ spec:
|
||||||
value: --o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=warning --o:home_mode.enable=true {{ .Values.COLLABORA_SECCOMP_POLICY }} --o:remote_font_config.url=https://{{ .Values.NC_DOMAIN }}/apps/richdocuments/settings/fonts.json
|
value: --o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=warning --o:home_mode.enable=true {{ .Values.COLLABORA_SECCOMP_POLICY }} --o:remote_font_config.url=https://{{ .Values.NC_DOMAIN }}/apps/richdocuments/settings/fonts.json
|
||||||
- name: server_name
|
- name: server_name
|
||||||
value: "{{ .Values.NC_DOMAIN }}"
|
value: "{{ .Values.NC_DOMAIN }}"
|
||||||
image: nextcloud/aio-collabora:20230916_091439-latest
|
image: nextcloud/aio-collabora:20231016_081107-latest
|
||||||
name: nextcloud-aio-collabora
|
name: nextcloud-aio-collabora
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9980
|
- containerPort: 9980
|
||||||
hostPort: 9980
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-collabora
|
io.kompose.service: nextcloud-aio-collabora
|
||||||
name: nextcloud-aio-collabora
|
name: nextcloud-aio-collabora
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-database
|
io.kompose.service: nextcloud-aio-database
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-database
|
io.kompose.service: nextcloud-aio-database
|
||||||
|
|
@ -31,10 +31,7 @@ spec:
|
||||||
- /nextcloud-aio-database/data
|
- /nextcloud-aio-database/data
|
||||||
- /nextcloud-aio-database
|
- /nextcloud-aio-database
|
||||||
- /nextcloud-aio-database-dump
|
- /nextcloud-aio-database-dump
|
||||||
- /nextcloud-aio-database-tmpfs0
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-database-tmpfs0
|
|
||||||
mountPath: /nextcloud-aio-database-tmpfs0
|
|
||||||
- name: nextcloud-aio-database-dump
|
- name: nextcloud-aio-database-dump
|
||||||
mountPath: /nextcloud-aio-database-dump
|
mountPath: /nextcloud-aio-database-dump
|
||||||
- name: nextcloud-aio-database
|
- name: nextcloud-aio-database
|
||||||
|
|
@ -47,10 +44,7 @@ spec:
|
||||||
- "-R"
|
- "-R"
|
||||||
- /nextcloud-aio-database
|
- /nextcloud-aio-database
|
||||||
- /nextcloud-aio-database-dump
|
- /nextcloud-aio-database-dump
|
||||||
- /nextcloud-aio-database-tmpfs0
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-database-tmpfs0
|
|
||||||
mountPath: /nextcloud-aio-database-tmpfs0
|
|
||||||
- name: nextcloud-aio-database-dump
|
- name: nextcloud-aio-database-dump
|
||||||
mountPath: /nextcloud-aio-database-dump
|
mountPath: /nextcloud-aio-database-dump
|
||||||
- name: nextcloud-aio-database
|
- name: nextcloud-aio-database
|
||||||
|
|
@ -67,22 +61,17 @@ spec:
|
||||||
value: nextcloud
|
value: nextcloud
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-postgresql:20230916_091439-latest
|
image: nextcloud/aio-postgresql:20231016_081107-latest
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
hostPort: 5432
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/postgresql/data
|
- mountPath: /var/lib/postgresql/data
|
||||||
subPath: data
|
subPath: data
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
- mountPath: /mnt/data
|
- mountPath: /mnt/data
|
||||||
name: nextcloud-aio-database-dump
|
name: nextcloud-aio-database-dump
|
||||||
- mountPath: /var/run/postgresql
|
|
||||||
name: nextcloud-aio-database-tmpfs0
|
|
||||||
terminationGracePeriodSeconds: 1800
|
terminationGracePeriodSeconds: 1800
|
||||||
volumes:
|
volumes:
|
||||||
- name: nextcloud-aio-database
|
- name: nextcloud-aio-database
|
||||||
|
|
@ -91,5 +80,3 @@ spec:
|
||||||
- name: nextcloud-aio-database-dump
|
- name: nextcloud-aio-database-dump
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nextcloud-aio-database-dump
|
claimName: nextcloud-aio-database-dump
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-database-tmpfs0
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-database
|
io.kompose.service: nextcloud-aio-database
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-fulltextsearch
|
io.kompose.service: nextcloud-aio-fulltextsearch
|
||||||
name: nextcloud-aio-fulltextsearch
|
name: nextcloud-aio-fulltextsearch
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-fulltextsearch
|
io.kompose.service: nextcloud-aio-fulltextsearch
|
||||||
|
|
@ -55,11 +55,10 @@ spec:
|
||||||
value: basic
|
value: basic
|
||||||
- name: xpack.security.enabled
|
- name: xpack.security.enabled
|
||||||
value: "false"
|
value: "false"
|
||||||
image: nextcloud/aio-fulltextsearch:20230916_091439-latest
|
image: nextcloud/aio-fulltextsearch:20231016_081107-latest
|
||||||
name: nextcloud-aio-fulltextsearch
|
name: nextcloud-aio-fulltextsearch
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9200
|
- containerPort: 9200
|
||||||
hostPort: 9200
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/share/elasticsearch/data
|
- mountPath: /usr/share/elasticsearch/data
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-fulltextsearch
|
io.kompose.service: nextcloud-aio-fulltextsearch
|
||||||
name: nextcloud-aio-fulltextsearch
|
name: nextcloud-aio-fulltextsearch
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-imaginary
|
io.kompose.service: nextcloud-aio-imaginary
|
||||||
name: nextcloud-aio-imaginary
|
name: nextcloud-aio-imaginary
|
||||||
|
|
@ -18,40 +18,22 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-imaginary
|
io.kompose.service: nextcloud-aio-imaginary
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
|
||||||
- name: init-volumes
|
|
||||||
image: alpine
|
|
||||||
command:
|
|
||||||
- chmod
|
|
||||||
- "777"
|
|
||||||
- /nextcloud-aio-imaginary-tmpfs0
|
|
||||||
volumeMounts:
|
|
||||||
- name: nextcloud-aio-imaginary-tmpfs0
|
|
||||||
mountPath: /nextcloud-aio-imaginary-tmpfs0
|
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-imaginary:20230916_091439-latest
|
image: nextcloud/aio-imaginary:20231016_081107-latest
|
||||||
name: nextcloud-aio-imaginary
|
name: nextcloud-aio-imaginary
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
hostPort: 9000
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /tmp
|
|
||||||
name: nextcloud-aio-imaginary-tmpfs0
|
|
||||||
volumes:
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-imaginary-tmpfs0
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-imaginary
|
io.kompose.service: nextcloud-aio-imaginary
|
||||||
name: nextcloud-aio-imaginary
|
name: nextcloud-aio-imaginary
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
|
|
@ -121,11 +121,12 @@ spec:
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
- name: UPDATE_NEXTCLOUD_APPS
|
- name: UPDATE_NEXTCLOUD_APPS
|
||||||
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
|
value: "{{ .Values.UPDATE_NEXTCLOUD_APPS }}"
|
||||||
image: nextcloud/aio-nextcloud:20230916_091439-latest
|
image: nextcloud/aio-nextcloud:20231016_081107-latest
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
hostPort: 9000
|
protocol: TCP
|
||||||
|
- containerPort: 9001
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/www/html
|
- mountPath: /var/www/html
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
|
|
@ -13,5 +13,8 @@ spec:
|
||||||
- name: "9000"
|
- name: "9000"
|
||||||
port: 9000
|
port: 9000
|
||||||
targetPort: 9000
|
targetPort: 9000
|
||||||
|
- name: "9001"
|
||||||
|
port: 9001
|
||||||
|
targetPort: 9001
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-notify-push
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
name: nextcloud-aio-notify-push
|
name: nextcloud-aio-notify-push
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-notify-push
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
|
|
@ -50,14 +50,11 @@ spec:
|
||||||
value: nextcloud-aio-redis
|
value: nextcloud-aio-redis
|
||||||
- name: REDIS_HOST_PASSWORD
|
- name: REDIS_HOST_PASSWORD
|
||||||
value: "{{ .Values.REDIS_PASSWORD }}"
|
value: "{{ .Values.REDIS_PASSWORD }}"
|
||||||
image: nextcloud/aio-notify-push:20230916_091439-latest
|
image: nextcloud/aio-notify-push:20231016_081107-latest
|
||||||
name: nextcloud-aio-notify-push
|
name: nextcloud-aio-notify-push
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7867
|
- containerPort: 7867
|
||||||
hostPort: 7867
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /nextcloud
|
- mountPath: /nextcloud
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-notify-push
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
name: nextcloud-aio-notify-push
|
name: nextcloud-aio-notify-push
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-onlyoffice
|
io.kompose.service: nextcloud-aio-onlyoffice
|
||||||
name: nextcloud-aio-onlyoffice
|
name: nextcloud-aio-onlyoffice
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-onlyoffice
|
io.kompose.service: nextcloud-aio-onlyoffice
|
||||||
|
|
@ -43,11 +43,10 @@ spec:
|
||||||
value: "{{ .Values.ONLYOFFICE_SECRET }}"
|
value: "{{ .Values.ONLYOFFICE_SECRET }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-onlyoffice:20230916_091439-latest
|
image: nextcloud/aio-onlyoffice:20231016_081107-latest
|
||||||
name: nextcloud-aio-onlyoffice
|
name: nextcloud-aio-onlyoffice
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
hostPort: 80
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/onlyoffice
|
- mountPath: /var/lib/onlyoffice
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-onlyoffice
|
io.kompose.service: nextcloud-aio-onlyoffice
|
||||||
name: nextcloud-aio-onlyoffice
|
name: nextcloud-aio-onlyoffice
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-redis
|
io.kompose.service: nextcloud-aio-redis
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-redis
|
io.kompose.service: nextcloud-aio-redis
|
||||||
|
|
@ -38,14 +38,11 @@ spec:
|
||||||
value: "{{ .Values.REDIS_PASSWORD }}"
|
value: "{{ .Values.REDIS_PASSWORD }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-redis:20230916_091439-latest
|
image: nextcloud/aio-redis:20231016_081107-latest
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
hostPort: 6379
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-redis
|
io.kompose.service: nextcloud-aio-redis
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk
|
io.kompose.service: nextcloud-aio-talk
|
||||||
name: nextcloud-aio-talk
|
name: nextcloud-aio-talk
|
||||||
|
|
@ -18,33 +18,11 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-talk
|
io.kompose.service: nextcloud-aio-talk
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
|
||||||
- name: init-volumes
|
|
||||||
image: alpine
|
|
||||||
command:
|
|
||||||
- chmod
|
|
||||||
- "777"
|
|
||||||
- /nextcloud-aio-talk-tmpfs0
|
|
||||||
- /nextcloud-aio-talk-tmpfs1
|
|
||||||
- /nextcloud-aio-talk-tmpfs2
|
|
||||||
- /nextcloud-aio-talk-tmpfs3
|
|
||||||
- /nextcloud-aio-talk-tmpfs4
|
|
||||||
volumeMounts:
|
|
||||||
- name: nextcloud-aio-talk-tmpfs4
|
|
||||||
mountPath: /nextcloud-aio-talk-tmpfs4
|
|
||||||
- name: nextcloud-aio-talk-tmpfs3
|
|
||||||
mountPath: /nextcloud-aio-talk-tmpfs3
|
|
||||||
- name: nextcloud-aio-talk-tmpfs2
|
|
||||||
mountPath: /nextcloud-aio-talk-tmpfs2
|
|
||||||
- name: nextcloud-aio-talk-tmpfs1
|
|
||||||
mountPath: /nextcloud-aio-talk-tmpfs1
|
|
||||||
- name: nextcloud-aio-talk-tmpfs0
|
|
||||||
mountPath: /nextcloud-aio-talk-tmpfs0
|
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: INTERNAL_SECRET
|
- name: INTERNAL_SECRET
|
||||||
|
|
@ -59,40 +37,13 @@ spec:
|
||||||
value: "{{ .Values.TURN_SECRET }}"
|
value: "{{ .Values.TURN_SECRET }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-talk:20230916_091439-latest
|
image: nextcloud/aio-talk:20231016_081107-latest
|
||||||
name: nextcloud-aio-talk
|
name: nextcloud-aio-talk
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.TALK_PORT }}
|
- containerPort: {{ .Values.TALK_PORT }}
|
||||||
hostPort: {{ .Values.TALK_PORT }}
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: {{ .Values.TALK_PORT }}
|
- containerPort: {{ .Values.TALK_PORT }}
|
||||||
hostPort: {{ .Values.TALK_PORT }}
|
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
hostPort: 8081
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /var/log/supervisord
|
|
||||||
name: nextcloud-aio-talk-tmpfs0
|
|
||||||
- mountPath: /var/run/supervisord
|
|
||||||
name: nextcloud-aio-talk-tmpfs1
|
|
||||||
- mountPath: /opt/eturnal/run
|
|
||||||
name: nextcloud-aio-talk-tmpfs2
|
|
||||||
- mountPath: /conf
|
|
||||||
name: nextcloud-aio-talk-tmpfs3
|
|
||||||
- mountPath: /tmp
|
|
||||||
name: nextcloud-aio-talk-tmpfs4
|
|
||||||
volumes:
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-talk-tmpfs0
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-talk-tmpfs1
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-talk-tmpfs2
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-talk-tmpfs3
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-talk-tmpfs4
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk-recording
|
io.kompose.service: nextcloud-aio-talk-recording
|
||||||
name: nextcloud-aio-talk-recording
|
name: nextcloud-aio-talk-recording
|
||||||
|
|
@ -18,24 +18,11 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.network/nextcloud-aio: "true"
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-talk-recording
|
io.kompose.service: nextcloud-aio-talk-recording
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
|
||||||
- name: init-volumes
|
|
||||||
image: alpine
|
|
||||||
command:
|
|
||||||
- chmod
|
|
||||||
- "777"
|
|
||||||
- /nextcloud-aio-talk-recording-tmpfs0
|
|
||||||
- /nextcloud-aio-talk-recording-tmpfs1
|
|
||||||
volumeMounts:
|
|
||||||
- name: nextcloud-aio-talk-recording-tmpfs1
|
|
||||||
mountPath: /nextcloud-aio-talk-recording-tmpfs1
|
|
||||||
- name: nextcloud-aio-talk-recording-tmpfs0
|
|
||||||
mountPath: /nextcloud-aio-talk-recording-tmpfs0
|
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: INTERNAL_SECRET
|
- name: INTERNAL_SECRET
|
||||||
|
|
@ -46,22 +33,9 @@ spec:
|
||||||
value: "{{ .Values.RECORDING_SECRET }}"
|
value: "{{ .Values.RECORDING_SECRET }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-talk-recording:20230916_091439-latest
|
image: nextcloud/aio-talk-recording:20231016_081107-latest
|
||||||
name: nextcloud-aio-talk-recording
|
name: nextcloud-aio-talk-recording
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 1234
|
- containerPort: 1234
|
||||||
hostPort: 1234
|
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: true
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /tmp
|
|
||||||
name: nextcloud-aio-talk-recording-tmpfs0
|
|
||||||
- mountPath: /conf
|
|
||||||
name: nextcloud-aio-talk-recording-tmpfs1
|
|
||||||
volumes:
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-talk-recording-tmpfs0
|
|
||||||
- emptyDir: {}
|
|
||||||
name: nextcloud-aio-talk-recording-tmpfs1
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk-recording
|
io.kompose.service: nextcloud-aio-talk-recording
|
||||||
name: nextcloud-aio-talk-recording
|
name: nextcloud-aio-talk-recording
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk
|
io.kompose.service: nextcloud-aio-talk
|
||||||
name: nextcloud-aio-talk-public
|
name: nextcloud-aio-talk-public
|
||||||
|
|
@ -28,7 +28,7 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
||||||
kompose.version: 1.30.0 (9d8dcb518)
|
kompose.version: 1.31.2 (a92241f79)
|
||||||
labels:
|
labels:
|
||||||
io.kompose.service: nextcloud-aio-talk
|
io.kompose.service: nextcloud-aio-talk
|
||||||
name: nextcloud-aio-talk
|
name: nextcloud-aio-talk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue