initial migration
This commit is contained in:
34
unused/aio.deployment.yaml
Normal file
34
unused/aio.deployment.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: aio
|
||||
namespace: aio
|
||||
labels:
|
||||
app: aio
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: aio
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: aio
|
||||
spec:
|
||||
containers:
|
||||
- name: aio
|
||||
image: mollre/aio:latest
|
||||
tty: true
|
||||
volumeMounts:
|
||||
- mountPath: /keys/
|
||||
name: aio-nfs
|
||||
resources:
|
||||
requests:
|
||||
memory: "250Mi"
|
||||
cpu: 0.5
|
||||
|
||||
|
||||
volumes:
|
||||
- name: aio-nfs
|
||||
persistentVolumeClaim:
|
||||
claimName: aio-nfs
|
||||
Reference in New Issue
Block a user