make deployment
This commit is contained in:
26
stage-maker/deployment.yaml
Normal file
26
stage-maker/deployment.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: stage-maker
|
||||
labels:
|
||||
app: stage-maker
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: stage-maker
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: stage-maker
|
||||
spec:
|
||||
serviceAccountName: stage-editor
|
||||
containers:
|
||||
- name: stage-maker
|
||||
image: git.jwetzell.com/jwetzell/stage-maker:v0.0.5
|
||||
resources:
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: "512MI"
|
||||
Reference in New Issue
Block a user