Josh Bicking 1 жил өмнө
parent
commit
b206139a34
1 өөрчлөгдсөн 15 нэмэгдсэн , 0 устгасан
  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