SIENTIAPDE-1083: add env HTTP_SERVER_PORT for prometheus metrics.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user