building an debian-stable image
This commit is contained in:
28
_CI-CD/debian-stable/deployment.yaml
Normal file
28
_CI-CD/debian-stable/deployment.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: debian-stable
|
||||
labels:
|
||||
app: debian-stable
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: debian-stable
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: debian-stable
|
||||
spec:
|
||||
containers:
|
||||
- name: debian-stable
|
||||
image: cr.lan/debian-stable:latest
|
||||
resources:
|
||||
requests:
|
||||
memory: "24Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
Reference in New Issue
Block a user