소스 검색

Cambio de URL

Administrator 6 달 전
부모
커밋
b9405ef483
3개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      03-ingress.yaml
  2. 2 2
      04-ingress.yaml
  3. 4 0
      README.md

+ 2 - 2
03-ingress.yaml 파일 보기

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

+ 2 - 2
04-ingress.yaml 파일 보기

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

+ 4 - 0
README.md 파일 보기

@@ -45,6 +45,10 @@ FACTORY PODS
45 45
 kubectl apply -f postgres/01-postgres-configmap.yaml
46 46
 kubectl apply -f postgres/02-postgres-storage.yaml
47 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 52
 kubectl exec -it postgres-66d669bfd7-dnqgq --  psql -h localhost -U factorytrace --password -p 5432 factorytracedb < /root/aslan_factorytrace20250225.sql
49 53
 kubectl apply -f 01-restpod.yaml
50 54
 kubectl apply -f 02-frontpod.yaml