ungleich-k8s/apps/workadventure/redis-deployment.yaml
Nico Schottelius 2c9120944f Add generated manifests for workadventure
Created with: kompose convert
2021-12-19 10:07:12 +01:00

31 lines
693 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: /home/nico/Downloads/kompose convert
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: redis
name: redis
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: redis
strategy: {}
template:
metadata:
annotations:
kompose.cmd: /home/nico/Downloads/kompose convert
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: redis
spec:
containers:
- image: redis:6
name: redis
resources: {}
restartPolicy: Always
status: {}