15 lines
348 B
YAML
15 lines
348 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChartConfig
|
|
metadata:
|
|
name: rke2-ingress-nginx
|
|
namespace: kube-system
|
|
spec:
|
|
valuesContent: |-
|
|
controller:
|
|
config:
|
|
allow-snippet-annotations: "true"
|
|
metrics:
|
|
service:
|
|
annotations:
|
|
prometheus.io/scrape: "true"
|
|
prometheus.io/port: "10254"
|