mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
|
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-talk-recording
|
||
|
name: nextcloud-aio-talk-recording
|
||
|
spec:
|
||
|
replicas: 1
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
io.kompose.service: nextcloud-aio-talk-recording
|
||
|
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-talk-recording
|
||
|
spec:
|
||
|
containers:
|
||
|
- env:
|
||
|
- name: INTERNAL_SECRET
|
||
|
value: "{{ .Values.TALK_INTERNAL_SECRET }}"
|
||
|
- name: NC_DOMAIN
|
||
|
value: "{{ .Values.NC_DOMAIN }}"
|
||
|
- name: RECORDING_SECRET
|
||
|
value: "{{ .Values.RECORDING_SECRET }}"
|
||
|
- name: TZ
|
||
|
value: "{{ .Values.TIMEZONE }}"
|
||
|
image: nextcloud/aio-talk-recording:20230613_065816-latest
|
||
|
name: nextcloud-aio-talk-recording
|
||
|
ports:
|
||
|
- containerPort: 1234
|