Skip to content
Snippets Groups Projects
Commit c484d900 authored by Alexey Lunin's avatar Alexey Lunin
Browse files

infra fixes

parent f8276133
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ spec:
- name: AGENT_PEER_URL
value: "https://ocm-agent.vereign-labs.com"
- name: AGENT_NAME
value: "OCM labs" # this should be changed to company name
value: "OCM_labs" # this should be changed to company name
- name: AGENT_KEY
value: OCM_LABS #example random string
- name: AGENT_DID_SEED
......
......@@ -7,15 +7,15 @@ spec:
selector:
app: ocm
ports:
- protocol: TCP
- name: api
port: 8080
targetPort: 8080
- protocol: TCP
- name: api-rest
port: 8081
targetPort: 8081
- protocol: TCP
- name: agent
port: 8001
targetPort: 8001
- protocol: TCP
- name: something
port: 6001
targetPort: 6001
......@@ -7,6 +7,6 @@ spec:
selector:
app: ocm-ui
ports:
- protocol: TCP
- name: http
port: 80
targetPort: 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment