updated chart version

This commit is contained in:
Hendrik Leidinger 2023-11-19 20:27:44 +01:00
parent e1544db246
commit d1a7a546e2
11 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# Default values for vp-web.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
service:
type: NodePort
port: 32001
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: valley-path.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80