mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Update Chart.yaml typo * Update README.md typo in risk-advisor * remove extra blank lines
21 lines
411 B
YAML
21 lines
411 B
YAML
# Default values for risk-advisor.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
replicaCount: 1
|
|
image:
|
|
repository: pposkrobko/risk-advisor
|
|
tag: v1.0.0
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
type: NodePort
|
|
port: 9997
|
|
targetPort: 9997
|
|
nodePort: 31111
|
|
# resources:
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|