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 with stage
in 3 seconds
apiVersion: v1 apiVersion: v1
appVersion: 0.0.0 appVersion: 0.0.0
description: infohub deployment description: signer deployment
name: infohub name: signer
version: 0.0.0 version: 0.0.0
icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg" icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
...@@ -41,7 +41,6 @@ spec: ...@@ -41,7 +41,6 @@ spec:
- name: LOG_ENCODING - name: LOG_ENCODING
value: {{ .Values.log.encoding | default "json" }} value: {{ .Values.log.encoding | default "json" }}
- name: HTTP_HOST - name: HTTP_HOST
<<<<<<< HEAD
value: {{ .Values.signer.http.host | quote }} value: {{ .Values.signer.http.host | quote }}
- name: HTTP_PORT - name: HTTP_PORT
value: {{ .Values.signer.http.port | quote }} value: {{ .Values.signer.http.port | quote }}
...@@ -51,17 +50,6 @@ spec: ...@@ -51,17 +50,6 @@ spec:
value: {{ .Values.signer.http.timeout.read | quote }} value: {{ .Values.signer.http.timeout.read | quote }}
- name: HTTP_WRITE_TIMEOUT - name: HTTP_WRITE_TIMEOUT
value: {{ .Values.signer.http.timeout.write | quote }} 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 - name: MONGO_ADDR
value: {{ .Values.mongo.addr | quote }} value: {{ .Values.mongo.addr | quote }}
- name: MONGO_USER - name: MONGO_USER
......
...@@ -10,10 +10,6 @@ spec: ...@@ -10,10 +10,6 @@ spec:
ports: ports:
- name: http - name: http
targetPort: {{ .Values.service.port }} targetPort: {{ .Values.service.port }}
<<<<<<< HEAD
port: {{ .Values.signer.http.port }} port: {{ .Values.signer.http.port }}
=======
port: {{ .Values.infohub.http.port }}
>>>>>>> bc97545d401fbfa8ebdda5a58eac4937082b75c2
selector: selector:
{{- include "app.selectorLabels" . | nindent 4 }} {{- include "app.selectorLabels" . | nindent 4 }}
...@@ -65,11 +65,7 @@ security: ...@@ -65,11 +65,7 @@ security:
service: service:
port: 8080 port: 8080
<<<<<<< HEAD
signer: signer:
=======
infohub:
>>>>>>> bc97545d401fbfa8ebdda5a58eac4937082b75c2
http: http:
host: "" host: ""
port: 8080 port: 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment