Slight changes
parent
5835232298
commit
d5c1eab1d2
2
app.py
2
app.py
|
@ -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)
|
||||
|
|
|
@ -21,5 +21,5 @@ spec:
|
|||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
imagePullSecrets:
|
||||
- name: luka-test-app-creds
|
||||
# imagePullSecrets:
|
||||
# - name: luka-test-app-creds
|
Loading…
Reference in New Issue