File tree 1 file changed +5
-1
lines changed
installing_on_kubernetes/_topics
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ If you built your own custom application images and want to deploy those you can
4
4
5
5
``` yaml
6
6
applicationDomain : miqproject.apps-crc.testing
7
- orchestratorImage : docker.io/<your_username_or_organization>/<your_prefix>-orchestrator:latest
8
7
baseWorkerImage : docker.io/<your_username_or_organization>/<your_prefix>-base-worker:latest
8
+ httpdImage : docker.io/<your_username_or_organization>/<your_prefix>-httpd:latest
9
+ memcachedImage : docker.io/<your_username_or_organization>/<your_prefix>-memcached:latest
10
+ opentofuRunnerImage : docker.io/<your_username_or_organization>/<your_prefix>-opentofurunner:latest
11
+ orchestratorImage : docker.io/<your_username_or_organization>/<your_prefix>-orchestrator:latest
12
+ postgresqlImage : docker.io/<your_username_or_organization>/<your_prefix>-postgresql:latest
9
13
uiWorkerImage : docker.io/<your_username_or_organization>/<your_prefix>-ui-worker:latest
10
14
webserverWorkerImage : docker.io/<your_username_or_organization>/<your_prefix>-webserver-worker:latest
11
15
` ` `
You can’t perform that action at this time.
0 commit comments