21 lines
387 B
YAML
21 lines
387 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:
|
|
# deployment:
|
|
# useHostPort: true |