Default websecure entrypoint and default enable tls on websecure entrypoint
This commit is contained in:
parent
d21e2bd16d
commit
5e066134b7
|
@ -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 }}
|
||||
|
|
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://traefik.io/
|
||||
type: application
|
||||
upstream_version: v9.19.2
|
||||
version: 6.3.3
|
||||
version: 6.3.4
|
||||
|
|
|
@ -283,6 +283,18 @@ questions:
|
|||
required: true
|
||||
default: "TCP"
|
||||
hidden: true
|
||||
- variable: tls
|
||||
label: "tls"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
|
||||
- variable: securityContext
|
||||
group: "Security and Permissions"
|
||||
|
|
Loading…
Reference in New Issue