Kaynağa Gözat

Cambio de URL

Administrator 6 ay önce
ebeveyn
işleme
b9405ef483
3 değiştirilmiş dosya ile 8 ekleme ve 4 silme
  1. 2 2
      03-ingress.yaml
  2. 2 2
      04-ingress.yaml
  3. 4 0
      README.md

+ 2 - 2
03-ingress.yaml Dosyayı Görüntüle

8
 spec:
8
 spec:
9
   ingressClassName: nginx
9
   ingressClassName: nginx
10
   rules:
10
   rules:
11
-  - host: aslandev.vespot.co
11
+  - host: aslan.vespot.co
12
     http:
12
     http:
13
       paths:
13
       paths:
14
       - path: /
14
       - path: /
20
               number: 80
20
               number: 80
21
   tls:
21
   tls:
22
   - hosts:
22
   - hosts:
23
-    - aslandev.vespot.co # your domain 
23
+    - aslan.vespot.co # your domain 
24
     secretName: aslanvespot-tls          
24
     secretName: aslanvespot-tls          

+ 2 - 2
04-ingress.yaml Dosyayı Görüntüle

8
 spec:
8
 spec:
9
   ingressClassName: nginx
9
   ingressClassName: nginx
10
   rules:
10
   rules:
11
-  - host: aslandev.vespot.co
11
+  - host: aslan.vespot.co
12
     http:
12
     http:
13
       paths:
13
       paths:
14
       - path: /
14
       - path: /
20
               number: 80
20
               number: 80
21
   tls:
21
   tls:
22
   - hosts:
22
   - hosts:
23
-    - aslandev.vespot.co # your domain 
23
+    - aslan.vespot.co # your domain 
24
     secretName: aslanvespot-tls
24
     secretName: aslanvespot-tls
25
           
25
           

+ 4 - 0
README.md Dosyayı Görüntüle

45
 kubectl apply -f postgres/01-postgres-configmap.yaml
45
 kubectl apply -f postgres/01-postgres-configmap.yaml
46
 kubectl apply -f postgres/02-postgres-storage.yaml
46
 kubectl apply -f postgres/02-postgres-storage.yaml
47
 kubectl apply -f postgres/03-postgres-deployment.yaml
47
 kubectl apply -f postgres/03-postgres-deployment.yaml
48
+kubectl get pods
49
+kubectl exec -it postgres-66d669bfd7-dnqgq --  dropdb -U postgres -h localhost factorytracedb
50
+kubectl exec -it postgres-66d669bfd7-dnqgq --  dropdb -U postgres -h localhost factorytracedb
51
+
48
 kubectl exec -it postgres-66d669bfd7-dnqgq --  psql -h localhost -U factorytrace --password -p 5432 factorytracedb < /root/aslan_factorytrace20250225.sql
52
 kubectl exec -it postgres-66d669bfd7-dnqgq --  psql -h localhost -U factorytrace --password -p 5432 factorytracedb < /root/aslan_factorytrace20250225.sql
49
 kubectl apply -f 01-restpod.yaml
53
 kubectl apply -f 01-restpod.yaml
50
 kubectl apply -f 02-frontpod.yaml
54
 kubectl apply -f 02-frontpod.yaml