forked from Mirrorlandia_minetest/minetest
Kubernetes: Deployments are stable since v1.16
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#deployment-v116 K8s Version v1.16 doesn't allow `extensions/v1beta1` as API version.
This commit is contained in:
parent
c91f3f99fd
commit
4f06df719d
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user