aboutsummaryrefslogtreecommitdiff
path: root/yamls/deployment.yaml
blob: c0d6facbd52c86ed29b813793d0991037b54b987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
apiVersion: apps/v1
kind: Deployment
metadata:
  creationTimestamp: null
  labels:
    app: i2-deploy
  name: i2-deploy
spec:
  replicas: 1
  selector:
    matchLabels:
      app: i2-deploy
  strategy: {}
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: i2-deploy
    spec:
      containers:
      - image: akiyamn/i2
        name: i2
        ports:
        - containerPort: 80
        resources: {}
status: {}