k8s/manifests/cm-ingress-nginx-controller.yaml
2024-02-18 01:56:19 +01:00

12 lines
269 B
YAML

apiVersion: v1
data:
use-proxy-protocol: "true"
allow-snippet-annotations: "true"
kind: ConfigMap
metadata:
name: ingress-nginx-controller
namespace: ingress-nginx
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx