K3s-cluster/ocis/service.yaml
Tanguy Herbron 802eef042e feat(ocis): Add basic drive configuration
Add OwnCloud Infinity Scale as drive to the cluster. The current configuration only includes enough for a beta environment.
2022-09-21 18:24:46 +02:00

18 lines
352 B
YAML

apiVersion: v1
kind: Service
metadata:
name: chart-owncloud-ocis
namespace: drive
labels:
app.kubernetes.io/instance: chart
app.kubernetes.io/name: owncloud-ocis
spec:
ports:
- port: 9200
targetPort: 9200
protocol: TCP
name: http
selector:
app.kubernetes.io/name: owncloud-ocis
app.kubernetes.io/instance: chart