changed version number

This commit is contained in:
Hendrik Leidinger 2022-01-12 19:41:03 +01:00
parent 8b6134403c
commit d4ba123a8f
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: ClusterIP
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