need to lowercase the container respository name
Build and Publish Docker Image / Build and Push Docker Image (push) Failing after 1m24s
Details
Build and Publish Docker Image / Build and Push Docker Image (push) Failing after 1m24s
Details
This commit is contained in:
parent
e1711435a0
commit
263e66fa69
|
|
@ -47,4 +47,4 @@ HEALTHCHECK --interval=20s --timeout=5s --start-period=5s --retries=3 \
|
||||||
|
|
||||||
# Start FastAPI server via Uvicorn
|
# Start FastAPI server via Uvicorn
|
||||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||||
#harbor.freshbrewed.science/library/botWebWars
|
#harbor.freshbrewed.science/library/botwebwars
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: botWebWars
|
repository: botwebwars
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue