mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Updating scripts to use v1 instead of v1beta3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
apiVersion: v1beta3
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
labels:
|
||||
|
@@ -1,9 +1,9 @@
|
||||
apiVersion: v1beta3
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: blog-service
|
||||
spec:
|
||||
createExternalLoadBalancer: true
|
||||
type: "LoadBalancer"
|
||||
ports:
|
||||
- port: 80
|
||||
selector:
|
||||
|
Reference in New Issue
Block a user