20 lines
409 B
YAML
20 lines
409 B
YAML
---
|
|
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: haproxy-kubernetes-ingress
|
|
namespace: kube-system
|
|
spec:
|
|
repo: https://haproxytech.github.io/helm-charts
|
|
chart: kubernetes-ingress
|
|
targetNamespace: networking
|
|
valuesContent: |-
|
|
controller:
|
|
kind: DaemonSet
|
|
daemonset:
|
|
useHostPort: true
|
|
config:
|
|
ssl-redirect-port: "443"
|
|
|
|
# - --https-bind-port=443
|