21 lines
788 B
Plaintext
21 lines
788 B
Plaintext
# EXAMPLE PROFILE (optional): copy to client.env, then PROFILE=client; overlays the defaults.
|
|
# client — images via a pull-through cache of the corporate registry, TLS and metrics addons.
|
|
# Notes: docs/notes/env.md
|
|
|
|
PROFILE_NAME=client
|
|
K8S_VERSION=v1_36
|
|
ADDONS="metallb cert-manager metrics-server"
|
|
REGISTRY_MODE=mirror
|
|
INGRESS_MODE=hostport
|
|
DNS_MODE=hosts
|
|
|
|
# Ports derive from the directory name by default (see ctrl/ports.sh).
|
|
# Real ports only if this is the ONLY environment and nothing owns :80; `make check` tests it.
|
|
# HTTP_PORT=80
|
|
# HTTPS_PORT=443
|
|
|
|
# Set these in ctrl/.env (gitignored), not here:
|
|
# REGISTRY_REMOTE_URL=https://artifactory.corp.example/artifactory/api/docker/docker-virtual
|
|
# REGISTRY_USER / REGISTRY_PASSWORD
|
|
# REGISTRY_CA_FILE=/path/to/corp-root-ca.crt
|