20 lines
322 B
YAML
20 lines
322 B
YAML
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
|