From a0c81748046413b6ea6ad9eeb599e2cab4ac9199 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 18 Apr 2020 19:28:36 -0400 Subject: [PATCH] update toml --- docker-compose.yaml | 2 +- k8s/deploy.yaml | 2 +- traefik.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 963545a..5b69fa8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,4 +3,4 @@ version: '3' services: traefik: build: . - image: hub.ducoterra.net/ducoterra/traefik:v1.7_1 \ No newline at end of file + image: hub.ducoterra.net/ducoterra/traefik:v1.7_2 \ No newline at end of file diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 7e0a591..514d83f 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: traefik-external terminationGracePeriodSeconds: 60 containers: - - image: hub.ducoterra.net/ducoterra/traefik:v1.7_1 + - image: hub.ducoterra.net/ducoterra/traefik:v1.7_2 name: traefik-external ports: - name: http diff --git a/traefik.toml b/traefik.toml index fbb774b..f7bacdd 100644 --- a/traefik.toml +++ b/traefik.toml @@ -39,7 +39,7 @@ # Optional # Default: empty (process all Ingresses) # -# labelselector = "external" +labelselector = "external" # Value of `kubernetes.io/ingress.class` annotation that identifies Ingress objects to be processed. # If the parameter is non-empty, only Ingresses containing an annotation with the same value are processed.