Skip to content
Snippets Groups Projects
Commit 894551ed authored by Kristiyan Saparevski's avatar Kristiyan Saparevski
Browse files

Merge branch 'gaiax-mediator' into 'main'

Gaiax mediator

See merge request !1
parents 4a784491 bb57528c
No related branches found
No related tags found
1 merge request!1Gaiax mediator
Pipeline #67075 passed
apiVersion: v1 apiVersion: v1
appVersion: v0.0.5 appVersion: v0.0.6
description: caddy deployment description: caddy deployment
name: caddy-test name: caddy
version: 0.0.6 version: 0.0.7
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"
...@@ -18,12 +18,12 @@ data: ...@@ -18,12 +18,12 @@ data:
# Handle any traffic that matches the `@websockets` pattern # Handle any traffic that matches the `@websockets` pattern
handle @websockets { handle @websockets {
reverse_proxy SERVICE:PORT reverse_proxy http://mediator:3000
} }
# Handle all other traffic. # Handle all other traffic.
handle { handle {
reverse_proxy http://SERVICE:PORT reverse_proxy http://mediator:3000
} }
# What logs should look like. # What logs should look like.
......
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: "caddy-test" name: "caddy"
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
{{- include "app.labels" . | nindent 4 }} {{- include "app.labels" . | nindent 4 }}
......
# -- Default number of instances to start # -- Default number of instances to start
replicaCount: 1 replicaCount: 1
# -- Application name # -- Application name
name: caddy-test name: caddy
# -- Ovverwrites application name # -- Ovverwrites application name
nameOverride: "" nameOverride: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment