fix: update external registry URLs in deployment configurations and app settings
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 1m52s
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 1m52s
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
mkdir -p /etc/docker
|
mkdir -p /etc/docker
|
||||||
cat > /etc/docker/daemon.json << 'DAEMON'
|
cat > /etc/docker/daemon.json << 'DAEMON'
|
||||||
{
|
{
|
||||||
"insecure-registries": ["git.foursat.afrino.co", "gitea-svc:3000"]
|
"insecure-registries": ["git.se.kbs1.ir", "gitea-svc:3000"]
|
||||||
}
|
}
|
||||||
DAEMON
|
DAEMON
|
||||||
mkdir -p ~/.docker
|
mkdir -p ~/.docker
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea-svc:3000
|
REGISTRY: gitea-svc:3000
|
||||||
EXTERNAL_REGISTRY: git.foursat.afrino.co
|
EXTERNAL_REGISTRY: git.se.kbs1.ir
|
||||||
IMAGE_NAME: admin/frontoffice-bff
|
IMAGE_NAME: admin/frontoffice-bff
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
mkdir -p /etc/docker
|
mkdir -p /etc/docker
|
||||||
cat > /etc/docker/daemon.json << 'DAEMON'
|
cat > /etc/docker/daemon.json << 'DAEMON'
|
||||||
{
|
{
|
||||||
"insecure-registries": ["git.foursat.afrino.co", "gitea-svc:3000"]
|
"insecure-registries": ["git.se.kbs1.ir", "gitea-svc:3000"]
|
||||||
}
|
}
|
||||||
DAEMON
|
DAEMON
|
||||||
mkdir -p ~/.docker
|
mkdir -p ~/.docker
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"GrpcChannelOptions": {
|
"GrpcChannelOptions": {
|
||||||
"CMSMSAddress": "https://cms.foursat.afrino.co",
|
"CMSMSAddress": "https://cms.se.kbs1.ir",
|
||||||
"PYMSMSAddress": "https://ipg.afrino.co"
|
"PYMSMSAddress": "https://ipg.afrino.co"
|
||||||
},
|
},
|
||||||
"CmsSignalR": {
|
"CmsSignalR": {
|
||||||
|
|||||||
Reference in New Issue
Block a user