initial demo
This commit is contained in:
12
charts/demo-app/values.yaml
Normal file
12
charts/demo-app/values.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: nginx
|
||||
tag: "1.25"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
message: "v1 from git"
|
||||
Reference in New Issue
Block a user