mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
921952c042
Signed-off-by: GitHub <noreply@github.com>
16 lines
374 B
YAML
Executable file
16 lines
374 B
YAML
Executable file
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -c -f latest.yml
|
|
kompose.version: 1.28.0 (c4137012e)
|
|
labels:
|
|
io.kompose.service: nextcloud-aio-notify-push
|
|
name: nextcloud-aio-notify-push
|
|
spec:
|
|
ports:
|
|
- name: "7867"
|
|
port: 7867
|
|
targetPort: 7867
|
|
selector:
|
|
io.kompose.service: nextcloud-aio-notify-push
|