ckotzbauer_helm-charts/charts/vulnerability-operator/values.yaml

68 lines
1.2 KiB
YAML

# Default values for sbom-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: ghcr.io/ckotzbauer/vulnerability-operator
tag: ""
pullPolicy: IfNotPresent
args: {}
envVars: {}
podAnnotations: {}
resources: {}
# requests:
# cpu: 500m
# memory: 250Gi
# limits:
# cpu: 100m
# memory: 100Mi
securityContext:
capabilities:
drop:
- ALL
allowPrivilegeEscalation: false
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
serviceAccount:
# Specifies whether a ServiceAccount should be created
create: true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
servicemonitor:
enabled: false
relabelings: {}
metricRelabelings: {}
additionalLabels: {}
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
nodeSelector: {}
tolerations: []
affinity: {}