Skip to content

Commit 8e7c00a

Browse files
authored
Merge pull request #8 from codezeron/test-dev
feat: add heatlh check ingress
2 parents 2555187 + e56179f commit 8e7c00a

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)