2023-02-02 22:44:37 +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 }}
|
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-redis
|
|
|
|
name: nextcloud-aio-redis
|
2023-08-10 06:46:40 +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: "6379"
|
|
|
|
port: 6379
|
|
|
|
targetPort: 6379
|
|
|
|
selector:
|
|
|
|
io.kompose.service: nextcloud-aio-redis
|