We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d67497 commit 5346adcCopy full SHA for 5346adc
charts/kapture/values.yaml
@@ -36,10 +36,11 @@ livenessEndpoint: /healthcheck
36
env:
37
# bodyLimit sets the size limit of the request body
38
bodyLimit: "100kb"
39
+ appName: "kano"
40
# kanoUrl is the Kano url that can be accessed from Kapture
- kanoUrl: "http://apps-kano:8081"
41
+ appUrl: "http://apps-kano:8081"
42
# kanoJwt is the JWT to be authenticated to Kano
- kanoJwt:
43
+ appJwt:
44
secret: ""
45
key: ""
46
0 commit comments