Explorar el Código

make quarkus use the right port

Grega Bremec hace 2 años
padre
commit
cb436cbb2e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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