Fix registry for ipify
This commit is contained in:
parent
a43cca4342
commit
949894fe7f
@ -16,12 +16,16 @@ backend:
|
|||||||
- "http://localhost:3000"
|
- "http://localhost:3000"
|
||||||
- "http://localhost:5173"
|
- "http://localhost:5173"
|
||||||
image:
|
image:
|
||||||
|
repository: harbor.dvirlabs.com/my-apps/ipify-backend
|
||||||
|
pullPolicy: Always
|
||||||
tag: master-894b429
|
tag: master-894b429
|
||||||
# Frontend configuration
|
# Frontend configuration
|
||||||
frontend:
|
frontend:
|
||||||
port: 3000
|
port: 3000
|
||||||
apiUrl: "http://localhost:8000"
|
apiUrl: "http://localhost:8000"
|
||||||
image:
|
image:
|
||||||
|
repository: harbor.dvirlabs.com/my-apps/ipify-frontend
|
||||||
|
pullPolicy: Always
|
||||||
tag: master-894b429
|
tag: master-894b429
|
||||||
# Development settings
|
# Development settings
|
||||||
development:
|
development:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user