diff options
| author | 2024-04-15 12:45:30 +0100 | |
|---|---|---|
| committer | 2024-04-15 12:45:30 +0100 | |
| commit | fd0736d6b4738d89512253fcf1e0c8bd00b7f72d (patch) | |
| tree | 975e427819af97257afdfbb0c9d93f128b49db1e /kubernetes/namespaces/apis/rtex/deployment.yaml | |
| parent | Move pixels to pixels namespace (diff) | |
Move rTeX to apis namespace
Diffstat (limited to 'kubernetes/namespaces/apis/rtex/deployment.yaml')
| -rw-r--r-- | kubernetes/namespaces/apis/rtex/deployment.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/namespaces/apis/rtex/deployment.yaml b/kubernetes/namespaces/apis/rtex/deployment.yaml new file mode 100644 index 0000000..86b585f --- /dev/null +++ b/kubernetes/namespaces/apis/rtex/deployment.yaml @@ -0,0 +1,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/hassanabouelela/rtex:latest + imagePullPolicy: Always + ports: + - containerPort: 5000 |