infra/kubernetes/miniflux/Deployment-miniflux.yaml

38 lines
779 B
YAML
Raw Permalink Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kubenix/k8s-version: '1.30'
kubenix/project-name: kubenix
labels:
kubenix/hash: e672eb08bf0db5ef675b3b6036ca047f43b4614f
name: miniflux
namespace: miniflux
spec:
selector:
matchLabels:
app: miniflux
template:
metadata:
labels:
app: miniflux
spec:
containers:
- envFrom:
- secretRef:
name: miniflux
- configMapRef:
2024-07-06 00:48:36 +01:00
name: miniflux
image: docker.io/miniflux/miniflux
name: miniflux
ports:
- containerPort: 8080
name: http
resources:
limits:
cpu: '1'
memory: 512Mi
requests:
cpu: 1m
memory: 256Mi