Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -19,4 +20,3 @@ spec:
image: dxs01/ci:sha-3cbbebd
ports:
- containerPort: 5000

5 changes: 3 additions & 2 deletions service.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: python-flask-hello-world
spec:
selector:
app.kubernetes.io/name: python-flask
app: python-flask
ports:
- protocol: TCP
port: 80
targetPort: 5000
targetPort: 5000
Loading