aboutsummaryrefslogtreecommitdiff
path: root/k8s/capotej-site-deployment.yaml
blob: d730cd0c99e4eaff1d0c430b480fdb7eaf406ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apiVersion: apps/v1
kind: Deployment
metadata:
  name: capotej-site
spec:
  replicas: 1
  revisionHistoryLimit: 3
  selector:
    matchLabels:
      app: capotej-site
  template:
    metadata:
      labels:
        app: capotej-site
    spec:
      containers:
      - image: localhost/capotej-site:latest
        name: capotej-site
        ports:
        - containerPort: 80