Skip to content

Commit

Permalink
Update API version for Ingress objects
Browse files Browse the repository at this point in the history
  • Loading branch information
timhberry committed Mar 16, 2021
1 parent 25d166b commit 122f92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chapter_Four/Lecture_4_Lab/myapp/ingress-blue.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: blue-ingress
Expand Down
2 changes: 1 addition & 1 deletion Chapter_Four/Lecture_4_Lab/myapp/ingress-green.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: green-ingress
Expand Down

0 comments on commit 122f92e

Please sign in to comment.