Tanguy Herbron
802eef042e
Add OwnCloud Infinity Scale as drive to the cluster. The current configuration only includes enough for a beta environment.
18 lines
352 B
YAML
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
|