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.
18 lines
334 B
YAML
18 lines
334 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: redis
|
|
name: redis
|
|
spec:
|
|
containers:
|
|
- image: redis:alpine
|
|
name: redis
|
|
resources: {}
|
|
restartPolicy: OnFailure
|
|
status: {}
|