This commit is contained in:
35
testdata/helm/kubeviz-sample/values.yaml
vendored
Normal file
35
testdata/helm/kubeviz-sample/values.yaml
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
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
|
||||
Reference in New Issue
Block a user