Skip to content
Snippets Groups Projects
Commit c52f3d11 authored by Valeri Fikov's avatar Valeri Fikov :speech_balloon:
Browse files

initial push

parent 0e895452
No related branches found
No related tags found
No related merge requests found
Pipeline #51716 failed
apiVersion: v1
appVersion: 0.0.0
description: infohub deployment
name: infohub
description: signer deployment
name: signer
version: 0.0.0
icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
......@@ -41,7 +41,6 @@ spec:
- name: LOG_ENCODING
value: {{ .Values.log.encoding | default "json" }}
- name: HTTP_HOST
<<<<<<< HEAD
value: {{ .Values.signer.http.host | quote }}
- name: HTTP_PORT
value: {{ .Values.signer.http.port | quote }}
......@@ -51,17 +50,6 @@ spec:
value: {{ .Values.signer.http.timeout.read | quote }}
- name: HTTP_WRITE_TIMEOUT
value: {{ .Values.signer.http.timeout.write | quote }}
=======
value: {{ .Values.infohub.http.host | quote }}
- name: HTTP_PORT
value: {{ .Values.infohub.http.port | quote }}
- name: HTTP_IDLE_TIMEOUT
value: {{ .Values.infohub.http.timeout.idle | quote }}
- name: HTTP_READ_TIMEOUT
value: {{ .Values.infohub.http.timeout.read | quote }}
- name: HTTP_WRITE_TIMEOUT
value: {{ .Values.infohub.http.timeout.write | quote }}
>>>>>>> bc97545d401fbfa8ebdda5a58eac4937082b75c2
- name: MONGO_ADDR
value: {{ .Values.mongo.addr | quote }}
- name: MONGO_USER
......
......@@ -10,10 +10,6 @@ spec:
ports:
- name: http
targetPort: {{ .Values.service.port }}
<<<<<<< HEAD
port: {{ .Values.signer.http.port }}
=======
port: {{ .Values.infohub.http.port }}
>>>>>>> bc97545d401fbfa8ebdda5a58eac4937082b75c2
selector:
{{- include "app.selectorLabels" . | nindent 4 }}
......@@ -65,11 +65,7 @@ security:
service:
port: 8080
<<<<<<< HEAD
signer:
=======
infohub:
>>>>>>> bc97545d401fbfa8ebdda5a58eac4937082b75c2
http:
host: ""
port: 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment