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
6d860e4f76
commit
921952c042
16 changed files with 115 additions and 16 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: 6.1.1
|
version: 6.2.1
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
keywords:
|
keywords:
|
||||||
- latest
|
- latest
|
||||||
|
|
|
||||||
|
|
@ -48,13 +48,15 @@ spec:
|
||||||
value: "{{ .Values.NC_DOMAIN }}"
|
value: "{{ .Values.NC_DOMAIN }}"
|
||||||
- name: NEXTCLOUD_HOST
|
- name: NEXTCLOUD_HOST
|
||||||
value: nextcloud-aio-nextcloud
|
value: nextcloud-aio-nextcloud
|
||||||
|
- name: NOTIFY_PUSH_HOST
|
||||||
|
value: nextcloud-aio-notify-push
|
||||||
- name: ONLYOFFICE_HOST
|
- name: ONLYOFFICE_HOST
|
||||||
value: nextcloud-aio-onlyoffice
|
value: nextcloud-aio-onlyoffice
|
||||||
- name: TALK_HOST
|
- name: TALK_HOST
|
||||||
value: nextcloud-aio-talk
|
value: nextcloud-aio-talk
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-apache:20230613_120442-latest
|
image: nextcloud/aio-apache:20230626_101439-latest
|
||||||
name: nextcloud-aio-apache
|
name: nextcloud-aio-apache
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.APACHE_PORT }}
|
- containerPort: {{ .Values.APACHE_PORT }}
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,16 @@ 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:
|
||||||
|
|
@ -38,15 +47,27 @@ spec:
|
||||||
value: "90"
|
value: "90"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-clamav:20230613_120442-latest
|
image: nextcloud/aio-clamav:20230626_101439-latest
|
||||||
name: nextcloud-aio-clamav
|
name: nextcloud-aio-clamav
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3310
|
- containerPort: 3310
|
||||||
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 }}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ 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:20230613_120442-latest
|
image: nextcloud/aio-collabora:20230626_101439-latest
|
||||||
name: nextcloud-aio-collabora
|
name: nextcloud-aio-collabora
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9980
|
- containerPort: 9980
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ spec:
|
||||||
value: nextcloud
|
value: nextcloud
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-postgresql:20230613_120442-latest
|
image: nextcloud/aio-postgresql:20230626_101439-latest
|
||||||
name: nextcloud-aio-database
|
name: nextcloud-aio-database
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ spec:
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
- name: discovery.type
|
- name: discovery.type
|
||||||
value: single-node
|
value: single-node
|
||||||
image: nextcloud/aio-fulltextsearch:20230613_120442-latest
|
image: nextcloud/aio-fulltextsearch:20230626_101439-latest
|
||||||
name: nextcloud-aio-fulltextsearch
|
name: nextcloud-aio-fulltextsearch
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9200
|
- containerPort: 9200
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-imaginary:20230613_120442-latest
|
image: nextcloud/aio-imaginary:20230626_101439-latest
|
||||||
name: nextcloud-aio-imaginary
|
name: nextcloud-aio-imaginary
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
|
|
|
||||||
|
|
@ -116,11 +116,10 @@ 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:20230613_120442-latest
|
image: nextcloud/aio-nextcloud:20230626_101439-latest
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
- containerPort: 7867
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/www/html
|
- mountPath: /var/www/html
|
||||||
name: nextcloud-aio-nextcloud
|
name: nextcloud-aio-nextcloud
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,5 @@ spec:
|
||||||
- name: "9000"
|
- name: "9000"
|
||||||
port: 9000
|
port: 9000
|
||||||
targetPort: 9000
|
targetPort: 9000
|
||||||
- name: "7867"
|
|
||||||
port: 7867
|
|
||||||
targetPort: 7867
|
|
||||||
selector:
|
selector:
|
||||||
io.kompose.service: nextcloud-aio-nextcloud
|
io.kompose.service: nextcloud-aio-nextcloud
|
||||||
|
|
|
||||||
63
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml
Executable file
63
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-deployment.yaml
Executable file
|
|
@ -0,0 +1,63 @@
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
kompose.cmd: kompose convert -c -f latest.yml
|
||||||
|
kompose.version: 1.28.0 (c4137012e)
|
||||||
|
labels:
|
||||||
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
|
name: nextcloud-aio-notify-push
|
||||||
|
spec:
|
||||||
|
replicas: 1
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
kompose.cmd: kompose convert -c -f latest.yml
|
||||||
|
kompose.version: 1.28.0 (c4137012e)
|
||||||
|
labels:
|
||||||
|
io.kompose.network/nextcloud-aio: "true"
|
||||||
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
|
spec:
|
||||||
|
initContainers:
|
||||||
|
- name: init-volumes
|
||||||
|
image: alpine
|
||||||
|
command:
|
||||||
|
- chmod
|
||||||
|
- "777"
|
||||||
|
- /nextcloud-aio-nextcloud
|
||||||
|
volumeMounts:
|
||||||
|
- name: nextcloud-aio-nextcloud
|
||||||
|
mountPath: /nextcloud-aio-nextcloud
|
||||||
|
containers:
|
||||||
|
- env:
|
||||||
|
- name: NC_DOMAIN
|
||||||
|
value: "{{ .Values.NC_DOMAIN }}"
|
||||||
|
- name: NEXTCLOUD_HOST
|
||||||
|
value: nextcloud-aio-nextcloud
|
||||||
|
- name: POSTGRES_DB
|
||||||
|
value: nextcloud_database
|
||||||
|
- name: POSTGRES_HOST
|
||||||
|
value: nextcloud-aio-database
|
||||||
|
- name: POSTGRES_PASSWORD
|
||||||
|
value: "{{ .Values.DATABASE_PASSWORD }}"
|
||||||
|
- name: POSTGRES_USER
|
||||||
|
value: nextcloud
|
||||||
|
- name: REDIS_HOST
|
||||||
|
value: nextcloud-aio-redis
|
||||||
|
- name: REDIS_HOST_PASSWORD
|
||||||
|
value: "{{ .Values.REDIS_PASSWORD }}"
|
||||||
|
image: nextcloud/aio-notify-push:20230626_101439-latest
|
||||||
|
name: nextcloud-aio-notify-push
|
||||||
|
ports:
|
||||||
|
- containerPort: 7867
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /nextcloud
|
||||||
|
name: nextcloud-aio-nextcloud
|
||||||
|
readOnly: true
|
||||||
|
volumes:
|
||||||
|
- name: nextcloud-aio-nextcloud
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: nextcloud-aio-nextcloud
|
||||||
16
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Executable file
16
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Executable file
|
|
@ -0,0 +1,16 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
kompose.cmd: kompose convert -c -f latest.yml
|
||||||
|
kompose.version: 1.28.0 (c4137012e)
|
||||||
|
labels:
|
||||||
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
|
name: nextcloud-aio-notify-push
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- name: "7867"
|
||||||
|
port: 7867
|
||||||
|
targetPort: 7867
|
||||||
|
selector:
|
||||||
|
io.kompose.service: nextcloud-aio-notify-push
|
||||||
|
|
@ -42,7 +42,7 @@ spec:
|
||||||
value: "{{ .Values.ONLYOFFICE_SECRET }}"
|
value: "{{ .Values.ONLYOFFICE_SECRET }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-onlyoffice:20230613_120442-latest
|
image: nextcloud/aio-onlyoffice:20230626_101439-latest
|
||||||
name: nextcloud-aio-onlyoffice
|
name: nextcloud-aio-onlyoffice
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ spec:
|
||||||
value: "{{ .Values.REDIS_PASSWORD }}"
|
value: "{{ .Values.REDIS_PASSWORD }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-redis:20230613_120442-latest
|
image: nextcloud/aio-redis:20230626_101439-latest
|
||||||
name: nextcloud-aio-redis
|
name: nextcloud-aio-redis
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
value: "{{ .Values.TURN_SECRET }}"
|
value: "{{ .Values.TURN_SECRET }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-talk:20230613_120442-latest
|
image: nextcloud/aio-talk:20230626_101439-latest
|
||||||
name: nextcloud-aio-talk
|
name: nextcloud-aio-talk
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ .Values.TALK_PORT }}
|
- containerPort: {{ .Values.TALK_PORT }}
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
value: "{{ .Values.RECORDING_SECRET }}"
|
value: "{{ .Values.RECORDING_SECRET }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.TIMEZONE }}"
|
value: "{{ .Values.TIMEZONE }}"
|
||||||
image: nextcloud/aio-talk-recording:20230613_120442-latest
|
image: nextcloud/aio-talk-recording:20230626_101439-latest
|
||||||
name: nextcloud-aio-talk-recording
|
name: nextcloud-aio-talk-recording
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 1234
|
- containerPort: 1234
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ NEXTCLOUD_TRUSTED_CACERTS_DIR: # Setting this to any value allows to auto
|
||||||
NEXTCLOUD_UPLOAD_LIMIT: 10G # This allows to change the upload limit of the Nextcloud container
|
NEXTCLOUD_UPLOAD_LIMIT: 10G # This allows to change the upload limit of the Nextcloud container
|
||||||
TALK_PORT: 3478 # This allows to adjust the port that the talk container is using.
|
TALK_PORT: 3478 # This allows to adjust the port that the talk container is using.
|
||||||
UPDATE_NEXTCLOUD_APPS: no # When setting to yes (with quotes), it will automatically update all installed Nextcloud apps upon container startup on saturdays.
|
UPDATE_NEXTCLOUD_APPS: no # When setting to yes (with quotes), it will automatically update all installed Nextcloud apps upon container startup on saturdays.
|
||||||
|
|
||||||
STORAGE_CLASS: # By setting this, you can adjust the storage class for your volumes
|
STORAGE_CLASS: # By setting this, you can adjust the storage class for your volumes
|
||||||
APACHE_STORAGE_SIZE: 1Gi # You can change the size of the apache volume that default to 1Gi with this value
|
APACHE_STORAGE_SIZE: 1Gi # You can change the size of the apache volume that default to 1Gi with this value
|
||||||
CLAMAV_STORAGE_SIZE: 1Gi # You can change the size of the clamav volume that default to 1Gi with this value
|
CLAMAV_STORAGE_SIZE: 1Gi # You can change the size of the clamav volume that default to 1Gi with this value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue