2023-11-14 11:11:14 +00:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
app: newleaf
|
|
|
|
name: newleaf
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: newleaf
|
|
|
|
strategy: {}
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
app: newleaf
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- image: abeltramo/newleaf:97b7661
|
2024-07-10 11:23:05 +00:00
|
|
|
imagePullPolicy: Always
|
2023-11-14 11:11:14 +00:00
|
|
|
name: newleaf
|
2024-09-30 11:46:41 +00:00
|
|
|
resources:
|
2024-09-30 11:51:36 +00:00
|
|
|
requests:
|
|
|
|
cpu: 25m
|
|
|
|
memory: 1738144563
|
2023-11-14 11:11:14 +00:00
|
|
|
volumeMounts:
|
|
|
|
- mountPath: /workdir/configuration.py
|
|
|
|
name: config
|
|
|
|
subPath: newleaf-configuration.py
|
|
|
|
volumes:
|
|
|
|
- configMap:
|
|
|
|
defaultMode: 420
|
|
|
|
items:
|
|
|
|
- key: newleaf-configuration.py
|
|
|
|
path: newleaf-configuration.py
|
|
|
|
name: newleaf
|
|
|
|
name: config
|
|
|
|
status: {}
|