33 lines
813 B
YAML
33 lines
813 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: ingress-nginx
|
|
namespace: ingress-nginx
|
|
spec:
|
|
chart: ingress-nginx
|
|
targetNamespace: ingress-nginx
|
|
repo: https://kubernetes.github.io/ingress-nginx
|
|
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx
|
|
version: 4.13.1
|
|
valuesContent: |-
|
|
controller:
|
|
metrics:
|
|
enabled: true
|
|
serviceMonitor:
|
|
enabled: true
|
|
additionalLabels:
|
|
release: prometheus
|
|
resources:
|
|
requests:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 200Mi
|
|
extraArgs:
|
|
enable-ssl-passthrough: "true"
|
|
allowSnippetAnnotations: true
|
|
config:
|
|
annotations-risk-level: Critical
|
|
strict-validate-path-type: false
|