Files
kubeviz/testdata/helm/kubeviz-sample/values.yaml
Clemens Hering 1a0bbe9dfd
Some checks failed
Deploy KubeViz / deploy (push) Has been cancelled
Teststand
2026-03-01 07:40:49 +01:00

36 lines
444 B
YAML

nameOverride: ""
fullnameOverride: ""
namespaceOverride: ""
replicaCount: 2
image:
repository: nginx
tag: "1.27"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
targetPort: 8080
protocol: TCP
ingress:
enabled: true
className: ""
host: chart.demo.local
path: /
config:
appMode: production
secret:
apiToken: change-me
hpa:
enabled: true
minReplicas: 2
maxReplicas: 5
averageCPUUtilization: 70