File tree Expand file tree Collapse file tree 3 files changed +21
-14
lines changed Expand file tree Collapse file tree 3 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies:
12
12
repository : oci://registry-1.docker.io/bitnamicharts
13
13
condition : mongodb.enabled
14
14
15
- version : 1.0.16
16
- appVersion : " 9a2324b "
15
+ version : 1.1.0
16
+ appVersion : " a8138a3 "
Original file line number Diff line number Diff line change 15
15
"logger" : {
16
16
"type": "console"
17
17
},
18
+ "healthEndpoint": {
19
+ "enabled": ${ENABLE_HEALTH_ENDPOINT}
20
+ },
18
21
"subDomainCookies": {{ .Values.openhabcloudApp.features.subdomainCookies }}
19
22
},
20
23
"express":{
27
30
"passphrase": "${APN_PASSPHRASE}"
28
31
},
29
32
"gcm" : {
30
-
31
- "password" : "${GCM_PASSWORD }"
33
+ "senderId ": "${GCM_SENDER_ID} ",
34
+ "serviceFile" : "${GCM_SERVICE_FILE }"
32
35
},
33
36
"ifttt" : {
34
37
"iftttChannelKey" : "key",
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ openhabcloudApp:
20
20
podSecurityContext : {}
21
21
# fsGroup: 2000
22
22
23
- securityContext : {}
24
- # capabilities:
25
- # drop:
26
- # - ALL
27
- # readOnlyRootFilesystem: true
28
- # runAsNonRoot: true
29
- # runAsUser: 1000
23
+ securityContext :
24
+ capabilities :
25
+ drop :
26
+ - ALL
27
+ readOnlyRootFilesystem : true
28
+ runAsNonRoot : true
29
+ runAsUser : 1000
30
30
31
31
service :
32
32
enabled : true
@@ -43,7 +43,11 @@ openhabcloudApp:
43
43
value : " "
44
44
- name : " APN_PASSPHRASE"
45
45
value : " "
46
- - name : " GCM_PASSWORD"
46
+ - name : " ENABLE_HEALTH_ENDPOINT"
47
+ value : false
48
+ - name : " GCM_SENDER_ID"
49
+ value : " "
50
+ - name : " GCM_SERVICE_FILE"
47
51
value : " "
48
52
- name : " MONGODB_URI"
49
53
value : " "
@@ -112,11 +116,11 @@ openhabcloudApp:
112
116
113
117
livenessProbe :
114
118
httpGet :
115
- path : /
119
+ path : /health
116
120
port : http
117
121
readinessProbe :
118
122
httpGet :
119
- path : /
123
+ path : /health
120
124
port : http
121
125
122
126
# Additional volumes on the output Deployment definition.
You can’t perform that action at this time.
0 commit comments