Parcourir la source

make quarkus use the right port

Grega Bremec il y a 2 ans
Parent
commit
cb436cbb2e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      deployment/exporter/base/daemonset.yml

+ 2 - 0
deployment/exporter/base/daemonset.yml

@@ -89,6 +89,8 @@ spec:
           env:
             - name: HOSTNAME_FROM_API
               value: "true"
+            - name: QUARKUS_HTTP_PORT
+              value: "28080"
           ports:
             - name: http
               protocol: TCP