Skip to content

Commit

Permalink
Merge pull request #287 from ant-media/fix_image_name
Browse files Browse the repository at this point in the history
Fix image name
  • Loading branch information
Mohit-3196 authored Mar 21, 2024
2 parents 2b39723 + 71a5a41 commit 1b8505d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containers:
- name: ant-media-server
imagePullPolicy: IfNotPresent # change this value accordingly. It can be Never, Always or IfNotPresent
image: muratugureminoglu/antmedia:2.4.3-coturn-1 #change this value according to your image.
image: antmedia/enterprise:latest #change this value according to your image.
# By default, mongodb deployment is used. If you're using mongodb somewhere else, specify it with server url(-h) below.
# You may also need to add -u and -p parameters for
# specifying mongodb username and passwords respectively
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containers:
- name: ant-media-server
imagePullPolicy: IfNotPresent # change this value accordingly. It can be Never, Always or IfNotPresent
image: muratugureminoglu/antmedia:2.4.3-coturn-1 #change this value according to your image.
image: antmedia/enterprise:latest #change this value according to your image.
# By default, mongodb deployment is used. If you're using mongodb somewhere else, specify it with server url(-h) below.
# You may also need to add -u and -p parameters for
# specifying mongodb username and passwords respectively
Expand Down

0 comments on commit 1b8505d

Please sign in to comment.