mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 08:10:23 +08:00
Default websecure entrypoint and default enable tls on websecure entrypoint
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user