mfordjody commented on code in PR #839:
URL: https://github.com/apache/dubbo-go-pixiu/pull/839#discussion_r2616475531


##########
controllers/internal/controller/gateway_controller.go:
##########
@@ -267,6 +286,72 @@ func (r *GatewayReconciler) listGatewaysForHTTPRoute(ctx 
context.Context, obj cl
        return recs
 }
 
+func (r *GatewayReconciler) listGatewaysForFilterPolicy(ctx context.Context, 
obj client.Object) []reconcile.Request {

Review Comment:
   done



##########
controllers/internal/controller/gateway_controller.go:
##########
@@ -495,12 +658,16 @@ func (r *GatewayReconciler) ensureDataPlane(ctx 
context.Context, gateway *gatewa
                                                "app.kubernetes.io/name":       
          "pixiu-gateway",
                                                
"gateway.networking.k8s.io/gateway-name": gateway.GetName(),
                                        },
+                                       Annotations: map[string]string{
+                                               "pixiu.apache.org/config-hash": 
configHash,
+                                       },
                                },
                                Spec: corev1.PodSpec{
                                        Containers: []corev1.Container{
                                                {
-                                                       Name:  "pixiu",
-                                                       Image: 
"mfordjody/pixiugateway:debug",
+                                                       Name:            
"pixiu",
+                                                       Image:           
"mfordjody/pixiugateway:debug",
+                                                       ImagePullPolicy: 
"Always",

Review Comment:
   Setting it to always allow me to more easily pull the latest image from the 
cluster for debugging. It's still in its initial stages.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to