CD eklentisi.
Some checks failed
Harita Build ve Deploy / build-and-deploy (push) Failing after 5s

This commit is contained in:
gitmuhammedalbayrak
2025-11-20 12:37:50 +03:00
parent c7e673d86a
commit 7a5b2737b3
2 changed files with 38 additions and 5 deletions

View File

@@ -13,9 +13,12 @@ spec:
labels:
app: dogu-haritasi
spec:
# KUBERNETES BURADAN İZİN BELGELERİNİ ALIR
imagePullSecrets:
- name: gitea-reg-cred
containers:
- name: web
# Kendi kullanıcı adınla güncelle
# İmajınız
image: git.konstantiniyye.studio/gitea_admin/dogu:latest
imagePullPolicy: Always
ports:
@@ -27,6 +30,7 @@ metadata:
name: dogu-haritasi-service
namespace: default
spec:
# Service objesine secrets eklenmez, sadece Pod'u seçer
selector:
app: dogu-haritasi
type: ClusterIP