diff options
author | 2024-08-25 17:22:29 +0100 | |
---|---|---|
committer | 2024-08-25 17:22:42 +0100 | |
commit | 4f6841b59ca39638c2db1eabaac03958fb218fb4 (patch) | |
tree | 9357217b2d017dc5491307f3f1a0c69570f8c808 /kubernetes | |
parent | Correct sieve user log location (diff) |
Move rtex to owl-corp deployment
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/namespaces/apis/rtex/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/apis/rtex/deployment.yaml b/kubernetes/namespaces/apis/rtex/deployment.yaml index 86b585f..9188c08 100644 --- a/kubernetes/namespaces/apis/rtex/deployment.yaml +++ b/kubernetes/namespaces/apis/rtex/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: rtex - image: ghcr.io/hassanabouelela/rtex:latest + image: ghcr.io/owl-corp/rtex:latest imagePullPolicy: Always ports: - containerPort: 5000 |