Switched all to deployments
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: tasks
|
||||
name: tasks
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: tasks
|
||||
@ -18,7 +19,6 @@ spec:
|
||||
name: tasks
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /app/data
|
||||
name: tasks
|
||||
@ -27,9 +27,3 @@ spec:
|
||||
- name: tasks
|
||||
persistentVolumeClaim:
|
||||
claimName: tasks-data
|
||||
updateStrategy: {}
|
||||
status:
|
||||
currentNumberScheduled: 0
|
||||
desiredNumberScheduled: 0
|
||||
numberMisscheduled: 0
|
||||
numberReady: 0
|
Reference in New Issue
Block a user