1
0
mirror of https://github.com/siderolabs/omni.git synced 2026-02-05 06:45:34 +01:00
Files
omni/hack/generate-certs.example.yml
Edward Sammut Alessi 0f8a3d6c6f test(e2e): add an e2e test for exposed services
Add an E2E test which adds an nginx service through an inlineManifests config patch on the control plane, and check that it is accessible.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-01-23 18:57:19 +01:00

28 lines
877 B
YAML

# Copyright (c) 2026 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.omni.localhost"
- "*.my-instance.omni.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