Browse Source

add nextcloud ingress

Josh Bicking 1 year ago
parent
commit
b206139a34
1 changed files with 15 additions and 0 deletions
  1. 15 0
      nextcloud/ingress.yaml

+ 15 - 0
nextcloud/ingress.yaml

@@ -0,0 +1,15 @@
+apiVersion: traefik.containo.us/v1alpha1
+kind: IngressRoute
+metadata:
+  name: nextcloud
+  namespace: nextcloud
+spec:
+  entryPoints:
+  - websecure
+  routes:
+  - kind: Rule
+    match: Host(`nextcloud.jibby.org`)
+    services:
+    - kind: Service
+      name: nextcloud
+      port: 8080