mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Change MongoDB ImageStream Config
Also debugging some issues
This commit is contained in:
parent
8fae676551
commit
6bb2f311e2
1 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ objects:
|
|||
from:
|
||||
kind: ImageStreamTag
|
||||
name: mongodb:${MONGODB_VERSION}
|
||||
namespace: "${NAMESPACE}"
|
||||
namespace: "openshift"
|
||||
lastTriggeredImage: ''
|
||||
type: ImageChange
|
||||
- type: ConfigChange
|
||||
|
@ -287,7 +287,7 @@ objects:
|
|||
name: wekan
|
||||
namespace: ${NAMESPACE}
|
||||
spec:
|
||||
host: wekan-labs-ci-cd.apps.d1.casl.rht-labs.com
|
||||
host: ${FQDN}
|
||||
port:
|
||||
targetPort: wekan
|
||||
tls:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue