First
This commit is contained in:
38
sqnotes/notes-daemonset.yaml
Normal file
38
sqnotes/notes-daemonset.yaml
Normal file
@ -0,0 +1,38 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -f squinotes.yml
|
||||
kompose.version: 1.26.1 (a9d05d509)
|
||||
labels:
|
||||
io.kompose.service: notes
|
||||
name: notes
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
io.kompose.service: notes
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
io.kompose.service: notes
|
||||
spec:
|
||||
containers:
|
||||
- image: squi/sqnotes:1.0
|
||||
name: notes
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /app/data
|
||||
name: notes
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: notes
|
||||
persistentVolumeClaim:
|
||||
claimName: sqnotes-data
|
||||
updateStrategy: {}
|
||||
status:
|
||||
currentNumberScheduled: 0
|
||||
desiredNumberScheduled: 0
|
||||
numberMisscheduled: 0
|
||||
numberReady: 0
|
Reference in New Issue
Block a user