23 lines
409 B
YAML
23 lines
409 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: static-site
|
|
namespace: default
|
|
labels:
|
|
app: static-site
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: static-site
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: static-site
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: harbor.apps.kopikopi.com.ru/drone/test:f7d0435
|
|
ports:
|
|
- containerPort: 80
|