diff options
Diffstat (limited to 'kubernetes/namespaces/apis/rtex/deployment.yaml')
-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 |