lburgazzoli commented on issue #5192:
URL: https://github.com/apache/camel-k/issues/5192#issuecomment-1969218811

   If you have an integration like this one (flow omitted because it does not 
matter much):
   
   ```yaml
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: r
   spec:
     flows:
       ...
     traits:
       service:
         enabled: true
         auto: false
       ingress:
         enabled: true
         auto: false
   ```
   
   And then:
   1. deploy it
   2. change `ingress.enable` to `false`
   3. deploy it
   
   Then what happen is that the pod is restarted
   
   ```
   ➜ k get pods                                   
   NAME                                READY   STATUS        RESTARTS   AGE
   camel-k-operator-6897f796dd-5znkm   1/1     Running       0          22m
   r-677dcbf7fc-h7wx6                  0/1     Terminating   0          22s
   r-6976c6b54b-8lccc                  1/1     Running       0          2s
   ```
   
   Then, ignoring some of the stuffs that are changing as as side effect of pod 
restart (uuid, dates, etc), the only difference is in the digest:
   
   
![image](https://github.com/apache/camel-k/assets/1868933/bae6fdca-9ca6-408b-9038-22df17ba0a75)
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to