22 lines
400 B
YAML
22 lines
400 B
YAML
---
|
|
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: networking
|
|
|
|
---
|
|
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 |