use gitea registry

This commit is contained in:
2026-08-11 16:31:44 +03:00
parent 9f0c613768
commit 09c054cf4c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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