update toml

This commit is contained in:
ducoterra
2020-04-18 19:28:36 -04:00
parent 67196b9836
commit a0c8174804
3 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@ version: '3'
services: services:
traefik: traefik:
build: . build: .
image: hub.ducoterra.net/ducoterra/traefik:v1.7_1 image: hub.ducoterra.net/ducoterra/traefik:v1.7_2

View File

@@ -19,7 +19,7 @@ spec:
serviceAccountName: traefik-external serviceAccountName: traefik-external
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
containers: containers:
- image: hub.ducoterra.net/ducoterra/traefik:v1.7_1 - image: hub.ducoterra.net/ducoterra/traefik:v1.7_2
name: traefik-external name: traefik-external
ports: ports:
- name: http - name: http

View File

@@ -39,7 +39,7 @@
# Optional # Optional
# Default: empty (process all Ingresses) # Default: empty (process all Ingresses)
# #
# labelselector = "external" labelselector = "external"
# Value of `kubernetes.io/ingress.class` annotation that identifies Ingress objects to be processed. # 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. # If the parameter is non-empty, only Ingresses containing an annotation with the same value are processed.