Slight changes

master
Luka 2022-11-21 13:29:08 +01:00
parent 5835232298
commit d5c1eab1d2
3 changed files with 3 additions and 3 deletions

2
app.py
View File

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/')
def index():
return "Hello world!!"
return "Hello world! If you are reading this congratulations!"
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000)

View File

@ -21,5 +21,5 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 5000
imagePullSecrets:
- name: luka-test-app-creds
# imagePullSecrets:
# - name: luka-test-app-creds