Skip to content

Commit 8d22bf5

Browse files
committed
Add deploy message
1 parent 780773b commit 8d22bf5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def details():
1111
'time': datetime.datetime.now().strftime("%I:%M:%S%p on %B %d, %Y"),
1212
'hostname': socket.gethostname(),
1313
'message': 'You are doing great, human!!! XOXO'
14+
'deployed_on': 'kubernetes'
1415
})
1516

1617
@app.route('/api/v1/healthz')

0 commit comments

Comments
 (0)