Dedicated mariadb for woodpecker

This commit is contained in:
2025-12-22 23:08:20 +02:00
parent c4a361a426
commit 2a62eb67f2
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ spec:
image: harbor.k-space.ee/k-space/doorboy-proxy:latest
envFrom:
- secretRef:
name: inventory-mongodb
name: mongodb-user-password
- secretRef:
name: doorboy-godoor
- secretRef:

View File

@@ -27,7 +27,7 @@ spec:
valueFrom:
secretKeyRef:
key: MONGO_URI
name: inventory-mongodb
name: mongodb-user-password
name: goredirect
ports:
- containerPort: 8080

View File

@@ -4,7 +4,7 @@ kind: Kustomization
namespace: hackerspace
resources:
- ssh://git@git.k-space.ee/secretspace/kube/hackerspace # secrets: inventory-mongodb, inventory-s3, doorboy-godoor, doorboy-slack
- ssh://git@git.k-space.ee/secretspace/kube/hackerspace # secrets: inventory-s3, doorboy-godoor, doorboy-slack
- ./doorboy.yaml
- ./svcacc.yaml
- ./inventory.yaml