21 lines
421 B
YAML
21 lines
421 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: frenworld-archive
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: frenworld-archive
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: frenworld-archive
|
|
spec:
|
|
containers:
|
|
- name: web
|
|
image: git.dubyatp.xyz/williamp/frenworld-archive:adhocbuild-03032025
|
|
resources:
|
|
limits:
|
|
memory: "128Mi"
|
|
cpu: "500m"
|