volumes
This commit is contained in:
parent
55439d1899
commit
ccfc9c4dce
@ -1,14 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
io.kompose.service: shaarli-cache
|
|
||||||
name: shaarli-cache
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 100Mi
|
|
||||||
status: {}
|
|
@ -1,14 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
io.kompose.service: shaarli-data
|
|
||||||
name: shaarli-data
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 100Mi
|
|
||||||
status: {}
|
|
@ -1,6 +1,6 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
haaetadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kompose.cmd: kompose convert
|
kompose.cmd: kompose convert
|
||||||
kompose.version: 1.26.0 (40646f47)
|
kompose.version: 1.26.0 (40646f47)
|
||||||
@ -38,9 +38,9 @@ spec:
|
|||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
volumes:
|
volumes:
|
||||||
- name: shaarli-data
|
- name: shaarli-data
|
||||||
persistentVolumeClaim:
|
hostPath:
|
||||||
claimName: shaarli-data
|
path: /kubernetes-volumes/shaarli/data
|
||||||
- name: shaarli-cache
|
- name: shaarli-cache
|
||||||
persistentVolumeClaim:
|
hostPath:
|
||||||
claimName: shaarli-cache
|
path: /kubernetes-volumes/shaarli/cache
|
||||||
status: {}
|
status: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user