Tanguy Herbron
802eef042e
Add OwnCloud Infinity Scale as drive to the cluster. The current configuration only includes enough for a beta environment.
24 lines
575 B
YAML
24 lines
575 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: ocis-ingress
|
|
namespace: drive
|
|
annotations:
|
|
kubernetes.io/ingress.class: "traefik"
|
|
spec:
|
|
tls:
|
|
- secretName: ocis-beta-tls
|
|
hosts:
|
|
- drive.beta.halia.dev
|
|
rules:
|
|
- host: drive.beta.halia.dev
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: chart-owncloud-ocis
|
|
port:
|
|
number: 9200
|