Skip to content

Commit

Permalink
Use apps/v1 instead of extensions/v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomd authored Mar 12, 2021
1 parent 982b154 commit d8b5327
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: cmyk
namespace: cmyk
spec:
selector:
matchLabels:
app: cmyk
replicas: 1
template:
metadata:
Expand Down

0 comments on commit d8b5327

Please sign in to comment.