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
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: dogu-haritasi
|
name: dogu-haritasi
|
||||||
namespace: default
|
namespace: harita
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
@@ -43,7 +43,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: dogu-haritasi-service
|
name: dogu-haritasi-service
|
||||||
namespace: default
|
namespace: harita
|
||||||
spec:
|
spec:
|
||||||
# Service objesine secrets eklenmez, sadece Pod'u seçer
|
# Service objesine secrets eklenmez, sadece Pod'u seçer
|
||||||
selector:
|
selector:
|
||||||
@@ -57,7 +57,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: dogu-haritasi-ingress
|
name: dogu-haritasi-ingress
|
||||||
namespace: default
|
namespace: harita
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik"
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Reference in New Issue
Block a user