Cleaning up k8s config files for now
This commit is contained in:
parent
a948901e0f
commit
57a7642ad7
@ -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
|
|
Loading…
Reference in New Issue
Block a user