Valley Path chart, first try

This commit is contained in:
Hendrik Leidinger 2022-01-12 19:36:42 +01:00
parent bd41dff84e
commit 07c1849b4a
28 changed files with 291 additions and 521 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