Skip to content

Commit 1747c14

Browse files
committed
[helm] feat: add helm values for hello helm.
1 parent ee43502 commit 1747c14

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

hello-helm/values.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
hellok8s:
2-
message: "It works with a Helm ConfigMap!"
1+
application:
2+
name: hellok8s
3+
hellok8s:
4+
image: guangzhengli/hellok8s:v6
5+
replicas: 3
6+
message: "It works with Helm Values[v2]!"
7+
database:
8+
url: "http://DB_ADDRESS_DEFAULT"
9+
password: "db_password"
10+
nginx:
11+
image: nginx
12+
replicas: 2

0 commit comments

Comments
 (0)