Unknown why this file exists...

This commit is contained in:
Moritz Graf 2020-06-20 17:29:35 +02:00
parent c02cd550a9
commit 0c576fbc71
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# apiVersion: extensions/v1beta1
# kind: Ingress
# metadata:
# name: rstudio
# namespace: nextcloud
# annotations:
# kubernetes.io/ingress.class: "nginx"
# nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
# cert-manager.io/cluster-issuer: "letsencrypt-prod"
# spec:
# tls:
# - hosts:
# - "cloud.moritzgraf.de"
# secretName: cloud-moritzgraf-de
# rules:
# - host: cloud.moritzgraf.de
# http:
# paths:
# - path: /
# backend:
# serviceName: rstudio
# servicePort: 8787