26 lines
523 B
YAML
26 lines
523 B
YAML
---
|
||
apiVersion: helm.cattle.io/v1
|
||
kind: HelmChartConfig
|
||
metadata:
|
||
name: traefik
|
||
namespace: kube-system
|
||
spec:
|
||
valuesContent: |-
|
||
ports:
|
||
web:
|
||
expose: true
|
||
websecure:
|
||
expose: true
|
||
# 自定义 HTTP 入口(示例 18080)
|
||
web18080:
|
||
port: 18080
|
||
expose:
|
||
default: true
|
||
exposedPort: 18080
|
||
# 自定义 HTTPS 入口(示例 18443)
|
||
websecure18443:
|
||
port: 18443
|
||
expose:
|
||
default: true
|
||
exposedPort: 18443
|