-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ export EC_REGISTRY_MAPPING='github.com=ghcr.io' | |
# the namespace to use for kubernetes deployments - use local for local docker/podman | ||
export EC_K8S_NAMESPACE=p47-iocs | ||
# the git repo for this beamline (or accelerator domain) | ||
export [email protected]:subinsaji/bl47p.git | ||
export [email protected]:epics-containers/bl47p.git | ||
# declare your centralised log server Web UI | ||
# export EC_LOG_URL='https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{ioc_name}*' | ||
export EC_LOG_URL='https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{ioc_name}*' | ||
# enforce a specific container cli - defaults to whatever is available | ||
# export EC_CONTAINER_CLI=podman | ||
# enable debug output in all 'ec' commands | ||
|