omni/hack/generate-certs.example.yml
Artem Chernyshev ed946b30a6
feat: display OMNI_ENDPOINT in the service account creation UI
Fixes: https://github.com/siderolabs/omni/issues/858

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-01-29 15:27:36 +03:00

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