Skip to content

Commit 26894b9

Browse files
authored
reverted to v1
1 parent 9c832aa commit 26894b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: apps/v2
1+
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: my-python-deployment
@@ -20,7 +20,7 @@ spec:
2020
- containerPort: 5000
2121
# service type loadbalancer
2222
---
23-
apiVersion: v2
23+
apiVersion: v1
2424
kind: Service
2525
metadata:
2626
name: python-app-svc

0 commit comments

Comments
 (0)