mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 03:24:48 +08:00
1b4a00735c
Signed-off-by: GitHub <noreply@github.com>
18 lines
463 B
YAML
Executable file
18 lines
463 B
YAML
Executable file
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -c -f latest.yml --namespace {{ .Values.NAMESPACE }}
|
|
kompose.version: 1.32.0 (765fde254)
|
|
labels:
|
|
io.kompose.service: nextcloud-aio-redis
|
|
name: nextcloud-aio-redis
|
|
namespace: {{ .Values.NAMESPACE }}
|
|
spec:
|
|
ipFamilyPolicy: PreferDualStack
|
|
ports:
|
|
- name: "6379"
|
|
port: 6379
|
|
targetPort: 6379
|
|
selector:
|
|
io.kompose.service: nextcloud-aio-redis
|