2023-02-02 22:44:37 +08:00
|
|
|
{{- if eq .Values.IMAGINARY_ENABLED "yes" }}
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
annotations:
|
2024-02-29 02:30:56 +08:00
|
|
|
kompose.cmd: kompose convert -c -f latest.yml --namespace "{{ .Values.NAMESPACE }}"
|
2024-01-24 20:09:20 +08:00
|
|
|
kompose.version: 1.32.0 (765fde254)
|
2023-02-02 22:44:37 +08:00
|
|
|
labels:
|
|
|
|
io.kompose.service: nextcloud-aio-imaginary
|
|
|
|
name: nextcloud-aio-imaginary
|
2024-02-29 02:30:56 +08:00
|
|
|
namespace: "{{ .Values.NAMESPACE }}"
|
2023-02-02 22:44:37 +08:00
|
|
|
spec:
|
2023-11-13 21:24:13 +08:00
|
|
|
ipFamilyPolicy: PreferDualStack
|
2023-02-02 22:44:37 +08:00
|
|
|
ports:
|
|
|
|
- name: "9000"
|
|
|
|
port: 9000
|
|
|
|
targetPort: 9000
|
|
|
|
selector:
|
|
|
|
io.kompose.service: nextcloud-aio-imaginary
|
|
|
|
{{- end }}
|