Compare commits
2 Commits
4ba4c5ae0f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f4a00a63a6 | |||
|
|
7f1eabfe88 |
@@ -58,7 +58,7 @@ jobs:
|
|||||||
# 3. TLS kontrolünü atlayarak Deployment'ı günceller (Rancher Self-Signed Fix)
|
# 3. TLS kontrolünü atlayarak Deployment'ı günceller (Rancher Self-Signed Fix)
|
||||||
# NOT: Kubeconfig'inize insecure-skip-tls-verify: true eklediyseniz, bu satırlar çalışacaktır.
|
# NOT: Kubeconfig'inize insecure-skip-tls-verify: true eklediyseniz, bu satırlar çalışacaktır.
|
||||||
kubectl set image deployment/dogu-haritasi web=${NEW_IMAGE_DIGEST} \
|
kubectl set image deployment/dogu-haritasi web=${NEW_IMAGE_DIGEST} \
|
||||||
--kubeconfig=/tmp/kubeconfig.yaml -n default
|
--kubeconfig=/tmp/kubeconfig.yaml -n harita
|
||||||
|
|
||||||
kubectl rollout restart deployment/dogu-haritasi \
|
kubectl rollout restart deployment/dogu-haritasi \
|
||||||
--kubeconfig=/tmp/kubeconfig.yaml -n default
|
--kubeconfig=/tmp/kubeconfig.yaml -n harita
|
||||||
@@ -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