Skip to content
Snippets Groups Projects
dspace-ingress.yaml 417 B
Newer Older
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  annotations:
    ingress.kubernetes.io/add-base-url: "true"
    ingress.kubernetes.io/ssl-passthrough: "true"
  name: dspace-ingress
  namespace: dspace-dev
spec:
  rules:
  - host: clarin-dev.eurac.edu
    http:
      paths:
          serviceName: nginx