imfreedom/k8s-cluster

Bump traefik from 2.1.4 to 2.1.9

2020-05-03, Gary Kramlich
39317bc02501
Parents 326ddd287c32
Children 191040a510e8
Bump traefik from 2.1.4 to 2.1.9
--- a/20-ingress.yaml Sun May 03 02:48:42 2020 -0500
+++ b/20-ingress.yaml Sun May 03 03:21:34 2020 -0500
@@ -182,7 +182,7 @@
serviceAccountName: traefik-service-account
containers:
- name: traefik-ingress-controller
- image: docker.io/traefik:v2.1.4
+ image: docker.io/traefik:v2.1.9
args:
- "--global.checknewversion=false"
- "--global.sendanonymoususage=false"
@@ -269,3 +269,20 @@
port: 5269
targetPort: xmpp-s2s
---
+apiVersion: monitoring.coreos.com/v1
+kind: ServiceMonitor
+metadata:
+ namespace: kube-public
+ name: traefik
+ labels:
+ app: traefik
+ role: controller
+spec:
+ selector:
+ matchLabels:
+ app: traefik
+ role: controller
+ endpoints:
+ - port: traefik
+ interval: 15s
+---