Welcome to mirror list, hosted at ThFree Co, Russian Federation.

owncloud-service.yaml « kubernetes - github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2eae48092a811266574ebe0c21d25f9542e6a453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  name: owncloud
  labels:
    name: owncloud
spec:
  ports:
    - name: php-fpm
      port: 9000
      targetPort: 9000
      protocol: TCP
  selector:
    name: owncloud