make deployment

This commit is contained in:
2025-10-26 18:36:31 -05:00
parent 959f67df96
commit 7cb8cafd4c
3 changed files with 27 additions and 11 deletions

View 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"

View File

@@ -1,5 +1,5 @@
resources:
- namespace.yaml
- pod.yaml
- deployment.yaml
- cluster-role.yaml
- service-account.yaml

View File

@@ -1,10 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: stage-maker
namespace: stage-maker
spec:
serviceAccountName: stage-editor
containers:
- name: stage-maker
image: git.jwetzell.com/jwetzell/stage-maker:v0.0.5