deployment.yaml Güncelle
All checks were successful
Harita Build ve Deploy / build-and-deploy (push) Successful in 31s
All checks were successful
Harita Build ve Deploy / build-and-deploy (push) Successful in 31s
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: dogu-haritasi
|
||||
namespace: default
|
||||
namespace: harita
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
@@ -43,7 +43,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: dogu-haritasi-service
|
||||
namespace: default
|
||||
namespace: harita
|
||||
spec:
|
||||
# Service objesine secrets eklenmez, sadece Pod'u seçer
|
||||
selector:
|
||||
@@ -57,7 +57,7 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: dogu-haritasi-ingress
|
||||
namespace: default
|
||||
namespace: harita
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user