Skip to content
Snippets Groups Projects
Commit 1f9fbb99 authored by sgk's avatar sgk
Browse files

config/services.faultylake.yml, services.common - add faultylake service

parent 997c33cb
No related branches found
No related tags found
No related merge requests found
Pipeline #285380 failed
...@@ -10,3 +10,4 @@ include: ...@@ -10,3 +10,4 @@ include:
- "services.bridge-hop.kcp.yml" - "services.bridge-hop.kcp.yml"
- "services.bridge-hop.quic.yml" - "services.bridge-hop.quic.yml"
- "services.introducer.yml" - "services.introducer.yml"
- "services.faultylake.yml"
faultylake:
scheduling_group: backend
num_instances: 1
public_endpoints:
- name: lake
port: 8083
scheme: http
domains: "{{ custom_lake_ip_domains | default(['lake.' + domain_public[0]]) }}"
containers:
- name: faultylake
image: registry.0xacab.org/leap/faultylake:feat-ci-and-dockerfile
port: 8083
env:
FAULTYLAKE_LISTEN_ADDR: 8083
FAULTYLAKE_RETENTION_DAYS: 365
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment