SIENTIAPDE-1083: add env HTTP_SERVER_PORT for prometheus metrics.

This commit is contained in:
Bruno Domingues
2025-05-30 12:30:51 -03:00
parent 36d12bdda8
commit d7ba8a4ab4
2 changed files with 7 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ tolerations: []
affinity: {}
service:
enabled: false
enabled: true
type: ClusterIP
port: 4840
targetPort: 4840
@@ -123,7 +123,7 @@ env:
- name: GITHUB_REPO_URL
value: "git@github.com:Aignosi/sientia-dataops-opc-ingestor.git"
- name: GITHUB_BRANCH
value: "SIENTIAPDE-1049-lidar-com-erros-de-reconexao-no-ingestor-opc"
value: "main"
- name: PYTHON_APP
value: "ingestor.app"
@@ -152,6 +152,8 @@ env:
value: "10"
- name: LOG_LEVEL
value: "DEBUG"
- name: HTTP_SERVER_PORT
value: "4840"
ssh: