Skip to content

Commit

Permalink
changing nginx deployments file to match API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur committed Mar 24, 2022
1 parent a8b8969 commit f0eab5d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions deployments/nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: nginx
name: nginx
spec:
replicas: 1
selector:
matchLabels:
name: nginx
template:
metadata:
labels:
app: nginx
name: nginx
name: nginx
spec:
schedulerName: hightower
containers:
Expand Down

0 comments on commit f0eab5d

Please sign in to comment.