Skip to content

Commit addc940

Browse files
committed
List more custom image references in the example
1 parent 0c0c49f commit addc940

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

installing_on_kubernetes/_topics/custom_images.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ If you built your own custom application images and want to deploy those you can
44

55
```yaml
66
applicationDomain: miqproject.apps-crc.testing
7-
orchestratorImage: docker.io/<your_username_or_organization>/<your_prefix>-orchestrator:latest
87
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
913
uiWorkerImage: docker.io/<your_username_or_organization>/<your_prefix>-ui-worker:latest
1014
webserverWorkerImage: docker.io/<your_username_or_organization>/<your_prefix>-webserver-worker:latest
1115
```

0 commit comments

Comments
 (0)