2023-06-13 20:08:02 +08:00
|
|
|
{{- if eq .Values.TALK_RECORDING_ENABLED "yes" }}
|
2023-06-13 16:03:44 +08:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
annotations:
|
2023-08-10 06:46:40 +08:00
|
|
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
2023-10-16 16:17:16 +08:00
|
|
|
kompose.version: 1.31.2 (a92241f79)
|
2023-06-13 16:03:44 +08:00
|
|
|
labels:
|
|
|
|
io.kompose.service: nextcloud-aio-talk-recording
|
|
|
|
name: nextcloud-aio-talk-recording
|
2023-08-10 06:46:40 +08:00
|
|
|
namespace: {{ .Values.NAMESPACE }}
|
2023-06-13 16:03:44 +08:00
|
|
|
spec:
|
2023-11-13 21:24:13 +08:00
|
|
|
ipFamilyPolicy: PreferDualStack
|
2023-06-13 16:03:44 +08:00
|
|
|
ports:
|
|
|
|
- name: "1234"
|
|
|
|
port: 1234
|
|
|
|
targetPort: 1234
|
|
|
|
selector:
|
|
|
|
io.kompose.service: nextcloud-aio-talk-recording
|
2023-06-13 20:08:02 +08:00
|
|
|
{{- end }}
|