manifests for pulse
This commit is contained in:
27
cluster/apps/pulse/pulse.yml
Normal file
27
cluster/apps/pulse/pulse.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: pulse
|
||||
namespace: default
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: pulse
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: pulse
|
||||
spec:
|
||||
containers:
|
||||
- name: pulse
|
||||
image: rcourtman/pulse:4.9.1
|
||||
volumeMounts:
|
||||
- name: pulse-data
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: pulse-data
|
||||
persistentVolumeClaim:
|
||||
claimName: pulse-ceph
|
||||
Reference in New Issue
Block a user