mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
481 B
YAML
25 lines
481 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert
|
|
kompose.version: 1.24.0 (HEAD)
|
|
labels:
|
|
io.kompose.network/internal: "true"
|
|
io.kompose.service: mongo
|
|
name: mongo
|
|
spec:
|
|
containers:
|
|
- image: mongo:4
|
|
name: mongo
|
|
resources: {}
|
|
volumeMounts:
|
|
- mountPath: /data/db
|
|
name: data
|
|
restartPolicy: OnFailure
|
|
volumes:
|
|
- name: data
|
|
persistentVolumeClaim:
|
|
claimName: data
|
|
status: {}
|