aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/apis/rtex/deployment.yaml
blob: 9188c087840c21190bc6956d8e3665acc9d20d25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
apiVersion: apps/v1
kind: Deployment
metadata:
  name: rtex
  namespace: apis
spec:
  replicas: 1
  selector:
    matchLabels:
      app: rtex
  template:
    metadata:
      labels:
        app: rtex
    spec:
      containers:
        - name: rtex
          image: ghcr.io/owl-corp/rtex:latest
          imagePullPolicy: Always
          ports:
            - containerPort: 5000