We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780773b commit 8d22bf5Copy full SHA for 8d22bf5
1 file changed
src/app.py
@@ -11,6 +11,7 @@ def details():
11
'time': datetime.datetime.now().strftime("%I:%M:%S%p on %B %d, %Y"),
12
'hostname': socket.gethostname(),
13
'message': 'You are doing great, human!!! XOXO'
14
+ 'deployed_on': 'kubernetes'
15
})
16
17
@app.route('/api/v1/healthz')
0 commit comments