Skip to content

Commit e56179f

Browse files
committed
feat: add heatlh check ingress
1 parent d7c5045 commit e56179f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kustom-webapp/base/ingress.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ spec:
2222
name: app-service
2323
port:
2424
name: app-service
25+
resource.customizations: |
26+
extensions/Ingress:
27+
health.lua: |
28+
hs = {}
29+
hs.status = "Healthy"
30+
return hs

0 commit comments

Comments
 (0)