mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-05-24 07:22:55 +00:00
25 lines
458 B
YAML
Executable File
25 lines
458 B
YAML
Executable File
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
openproject.service: cache
|
|
name: cache
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
openproject.service: cache
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
labels:
|
|
openproject.network/backend: "true"
|
|
openproject.service: cache
|
|
spec:
|
|
containers:
|
|
- image: memcached
|
|
name: cache
|
|
resources: {}
|
|
restartPolicy: Always
|
|
status: {}
|