Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-6810 - fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Mar 14, 2024
1 parent 2e183ad commit 245fb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/doido-mongo/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOIDO_MONGO_REPO_NAME: doido-mongo
DOIDO_MONGO_IMAGE_NAME:
DOIDO_MONGO_IMAGE_NAME: ghcr.io/hpi-schul-cloud/doido-mongo
2 changes: 1 addition & 1 deletion ansible/roles/doido-mongo/templates/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
runAsNonRoot: true
containers:
- name: doido-mongo-operator
image: {{ DOIDO_MONGO_IMAGE_NAME }}
image: {{ DOIDO_MONGO_IMAGE }}:{{ DOIDO_MONGO_IMAGE_TAG }}
ports:
- containerPort: 8080
name: http
Expand Down

0 comments on commit 245fb23

Please sign in to comment.