Upgrade IngressClass to use v1 over v1Beta on Kube 1.19+
This commit is contained in:
parent
63ef0f1cee
commit
e1e1fd640c
8 changed files with 135 additions and 12 deletions
|
@ -0,0 +1,11 @@
|
|||
kind: Endpoints
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: service1
|
||||
namespace: testing
|
||||
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 10.10.0.1
|
||||
ports:
|
||||
- port: 8080
|
Loading…
Add table
Add a link
Reference in a new issue