Default websecure entrypoint and default enable tls on websecure entrypoint

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-30 17:19:32 +02:00
parent d21e2bd16d
commit 5e066134b7
4 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ maintainers:
name: common
sources:
type: library
version: 6.4.2
version: 6.4.3
@@ -58,6 +58,7 @@ metadata:
labels:
{{- include "common.labels" . | nindent 4 }}
annotations:
"traefik.ingress.kubernetes.io/router.entrypoints": {{ $values.entrypoint | default "websecure" }}
"traefik.ingress.kubernetes.io/router.middlewares": {{ $middlewares | quote }}
{{- with $values.annotations }}
{{- toYaml . | nindent 4 }}