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 with stage
in 3 seconds
apiVersion: v1
appVersion: v0.0.5
appVersion: v0.0.6
description: caddy deployment
name: caddy-test
version: 0.0.6
name: caddy
version: 0.0.7
icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
......@@ -18,12 +18,12 @@ data:
# Handle any traffic that matches the `@websockets` pattern
handle @websockets {
reverse_proxy SERVICE:PORT
reverse_proxy http://mediator:3000
}
# Handle all other traffic.
handle {
reverse_proxy http://SERVICE:PORT
reverse_proxy http://mediator:3000
}
# What logs should look like.
......
apiVersion: apps/v1
kind: Deployment
metadata:
name: "caddy-test"
name: "caddy"
namespace: {{ .Release.Namespace }}
labels:
{{- include "app.labels" . | nindent 4 }}
......
# -- Default number of instances to start
replicaCount: 1
# -- Application name
name: caddy-test
name: caddy
# -- Ovverwrites application name
nameOverride: ""
......
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