2023-02-02 22:44:37 +08:00
|
|
|
{{- if eq .Values.FULLTEXTSEARCH_ENABLED "yes" }}
|
|
|
|
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-02-02 22:44:37 +08:00
|
|
|
labels:
|
|
|
|
io.kompose.service: nextcloud-aio-fulltextsearch
|
|
|
|
name: nextcloud-aio-fulltextsearch
|
2023-08-10 06:46:40 +08:00
|
|
|
namespace: {{ .Values.NAMESPACE }}
|
2023-02-02 22:44:37 +08:00
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- name: "9200"
|
|
|
|
port: 9200
|
|
|
|
targetPort: 9200
|
|
|
|
selector:
|
|
|
|
io.kompose.service: nextcloud-aio-fulltextsearch
|
|
|
|
{{- end }}
|