Skip to content

Commit 5346adc

Browse files
chore: make kapture generic to support any application, not just kano
1 parent 6d67497 commit 5346adc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/kapture/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ livenessEndpoint: /healthcheck
3636
env:
3737
# bodyLimit sets the size limit of the request body
3838
bodyLimit: "100kb"
39+
appName: "kano"
3940
# kanoUrl is the Kano url that can be accessed from Kapture
40-
kanoUrl: "http://apps-kano:8081"
41+
appUrl: "http://apps-kano:8081"
4142
# kanoJwt is the JWT to be authenticated to Kano
42-
kanoJwt:
43+
appJwt:
4344
secret: ""
4445
key: ""
4546

0 commit comments

Comments
 (0)