about summary refs log tree commit diff
path: root/bundles/gonca-me/files/traefik.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/gonca-me/files/traefik.yaml')
-rw-r--r--bundles/gonca-me/files/traefik.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/gonca-me/files/traefik.yaml b/bundles/gonca-me/files/traefik.yaml
new file mode 100644
index 0000000..63bfb34
--- /dev/null
+++ b/bundles/gonca-me/files/traefik.yaml
@@ -0,0 +1,18 @@
+# http:
+#   services:
+#     gonca-me:
+#       loadBalancer:
+#         servers:
+#           - url: http://${node.metadata.get("container_gateway", "10.89.0.1")}:${node.metadata.get("www/gonca-me/port")}
+#
+#   routers:
+#     gonca-me:
+#       rule: Host(`gonca-me`)
+#       entryPoints:
+#         - http
+#         - https
+#       service: gonca-me
+#       middlewares:
+#         - tls-redirect@file
+#       tls:
+#         certResolver: le