summaryrefslogtreecommitdiff
path: root/net/traefik/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/traefik/files')
-rw-r--r--net/traefik/files/patch-traefik.sample.toml24
-rw-r--r--net/traefik/files/patch-traefik.sample.yml31
2 files changed, 55 insertions, 0 deletions
diff --git a/net/traefik/files/patch-traefik.sample.toml b/net/traefik/files/patch-traefik.sample.toml
new file mode 100644
index 000000000000..fd4dbdd75bb9
--- /dev/null
+++ b/net/traefik/files/patch-traefik.sample.toml
@@ -0,0 +1,24 @@
+--- traefik.sample.toml.orig 2020-10-19 18:27:54 UTC
++++ traefik.sample.toml
+@@ -23,10 +23,10 @@
+ # Default:
+ [entryPoints]
+ [entryPoints.web]
+- address = ":80"
++ address = ":8088"
+
+ [entryPoints.websecure]
+- address = ":443"
++ address = ":8443"
+
+ ################################################################
+ # Traefik logs configuration
+@@ -100,7 +100,7 @@
+ # Optional
+ # Default: false
+ #
+- # insecure = true
++ insecure = true
+
+ # Enabled Dashboard
+ #
diff --git a/net/traefik/files/patch-traefik.sample.yml b/net/traefik/files/patch-traefik.sample.yml
new file mode 100644
index 000000000000..93ada7a08bc1
--- /dev/null
+++ b/net/traefik/files/patch-traefik.sample.yml
@@ -0,0 +1,31 @@
+--- traefik.sample.yml.orig 2020-10-19 18:27:54 UTC
++++ traefik.sample.yml
+@@ -23,10 +23,10 @@ global:
+ #
+ entryPoints:
+ web:
+- address: :80
++ address: :8088
+
+ websecure:
+- address: :443
++ address: :8443
+
+ ################################################################
+ # Traefik logs configuration
+@@ -94,13 +94,13 @@ entryPoints:
+ #
+ # Optional
+ #
+-#api:
++api:
+ # Enable the API in insecure mode
+ #
+ # Optional
+ # Default: false
+ #
+-# insecure: true
++ insecure: true
+
+ # Enabled Dashboard
+ #