Cleaning up k8s config files for now

This commit is contained in:
shockrah 2024-02-27 18:50:09 -08:00
parent a948901e0f
commit 57a7642ad7

View File

@ -1,21 +0,0 @@
kind: Deployment
apiVersion: apps/v1
metadata:
name: shockrah-xyz-dep
labels:
app: shockrah-xyz
spec:
replicas: 1
selector:
matchLabels:
app: shockrah-xyz
template:
metadata:
labels:
app: shockrah-xyz
spec:
containers:
- name: shockrah-xyz
image: nginx:latest
ports:
- containerPort: 80