mirror of
https://github.com/siderolabs/omni.git
synced 2026-01-21 02:41:26 +01:00
Fixes: https://github.com/siderolabs/omni/issues/858 Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
28 lines
867 B
YAML
28 lines
867 B
YAML
# Copyright (c) 2025 Sidero Labs, Inc.
|
|
#
|
|
# Use of this software is governed by the Business Source License
|
|
# included in the LICENSE file.
|
|
|
|
email: test-user@siderolabs.com
|
|
host: localhost
|
|
additional-hosts:
|
|
- "*.localhost"
|
|
- "my-instance.localhost"
|
|
- "*.my-instance.localhost"
|
|
bind_addr: 0.0.0.0:443
|
|
pprof-bind-addr: 0.0.0.0:2135
|
|
|
|
# auth0 client id and domain is used to enable authentication flow
|
|
# you can create a free dev account in Auth0 and create an app there
|
|
# client-id: <client-id>
|
|
# auth0-domain: <auth0-domain>
|
|
|
|
# registry-mirrors: # optional, but speeds up deployments a lot
|
|
# docker.io: http://172.20.0.1:5000
|
|
# k8s.gcr.io: http://172.20.0.1:5001
|
|
# quay.io: http://172.20.0.1:5002
|
|
# gcr.io: http://172.20.0.1:5003
|
|
# ghcr.io: http://172.20.0.1:5004
|
|
# registry.k8s.io: http://172.20.0.1:5001
|
|
# factory.talos.dev: http://172.20.0.1:5006
|