Sample deployment of simple nginx pod
This commit is contained in:
19
k8s/shockrah.xyz/deployment.yaml
Normal file
19
k8s/shockrah.xyz/deployment.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
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: bind
|
||||
image: nginx:latest
|
||||
Reference in New Issue
Block a user