mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-27 09:56:52 +00:00
Helm Chart updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
6d860e4f76
commit
921952c042
16 changed files with 115 additions and 16 deletions
16
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Executable file
16
nextcloud-aio-helm-chart/templates/nextcloud-aio-notify-push-service.yaml
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue