Switched all to deployments
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f squinotes.yml
|
||||
@ -8,6 +8,7 @@ metadata:
|
||||
io.kompose.service: notes
|
||||
name: notes
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: notes
|
||||
@ -21,7 +22,6 @@ spec:
|
||||
name: notes
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /app/data
|
||||
name: notes
|
||||
@ -30,9 +30,3 @@ spec:
|
||||
- name: notes
|
||||
persistentVolumeClaim:
|
||||
claimName: sqnotes-data
|
||||
updateStrategy: {}
|
||||
status:
|
||||
currentNumberScheduled: 0
|
||||
desiredNumberScheduled: 0
|
||||
numberMisscheduled: 0
|
||||
numberReady: 0
|
Reference in New Issue
Block a user