use gitea registry
This commit is contained in:
@@ -45,7 +45,7 @@ spec:
|
|||||||
- name: gitlab-registry
|
- name: gitlab-registry
|
||||||
containers:
|
containers:
|
||||||
- name: db
|
- name: db
|
||||||
image: registry.gitlab.com/signalytic/client-external/epcare/mysql/arm64:1.0
|
image: harbour.control-1.test.signalytic.dev/epcare/mysql/arm64:1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ spec:
|
|||||||
command: ['sh', '-c', 'until nc -z db 3306; do echo "waiting for db..."; sleep 3; done']
|
command: ['sh', '-c', 'until nc -z db 3306; do echo "waiting for db..."; sleep 3; done']
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: registry.gitlab.com/signalytic/client-external/epcare/backend/arm64:1.1
|
image: harbour.control-1.test.signalytic.dev/epcare/backend/arm64:1.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ spec:
|
|||||||
command: ['sh', '-c', 'until nc -z backend 8080; do echo "waiting for backend..."; sleep 10; done']
|
command: ['sh', '-c', 'until nc -z backend 8080; do echo "waiting for backend..."; sleep 10; done']
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: registry.gitlab.com/signalytic/client-external/epcare/frontend/arm64:1.1
|
image: harbour.control-1.test.signalytic.dev/epcare/frontend/arm64:1.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ spec:
|
|||||||
command: ['sh', '-c', 'until nc -z backend 8080; do echo "waiting for backend..."; sleep 3; done']
|
command: ['sh', '-c', 'until nc -z backend 8080; do echo "waiting for backend..."; sleep 3; done']
|
||||||
containers:
|
containers:
|
||||||
- name: gateway
|
- name: gateway
|
||||||
image: registry.gitlab.com/signalytic/client-external/epcare/gateway/arm64:1.0
|
image: harbour.control-1.test.signalytic.dev/epcare/gateway/arm64:1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ spec:
|
|||||||
- name: gitlab-registry
|
- name: gitlab-registry
|
||||||
containers:
|
containers:
|
||||||
- name: databasus
|
- name: databasus
|
||||||
image: registry.gitlab.com/signalytic/client-external/epcare/databasus/arm64:1.0
|
image: harbour.control-1.test.signalytic.dev/epcare/databasus/arm64:1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4005
|
- containerPort: 4005
|
||||||
|
|||||||
Reference in New Issue
Block a user