This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 51294e567fc2088e9410d193bc57a4eeedcb6f73
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Wed Sep 12 18:42:27 2018 +0200

    Set this unuseful file to something that will not change
---
 deploy/operator.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/deploy/operator.yaml b/deploy/operator.yaml
index a2c4abc..863b21c 100644
--- a/deploy/operator.yaml
+++ b/deploy/operator.yaml
@@ -15,6 +15,9 @@ spec:
       containers:
         - name: camel-k-operator
           image: docker.io/apache/camel-k:0.0.1-SNAPSHOT
+          ports:
+          - containerPort: 60000
+            name: metrics
           command:
           - camel-k-operator
           imagePullPolicy: Always
@@ -23,3 +26,5 @@ spec:
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
+            - name: OPERATOR_NAME
+              value: "camel-k-operator"

Reply via email to