Dedicated mariadb for woodpecker
This commit is contained in:
@@ -32,7 +32,7 @@ spec:
|
|||||||
image: harbor.k-space.ee/k-space/doorboy-proxy:latest
|
image: harbor.k-space.ee/k-space/doorboy-proxy:latest
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: inventory-mongodb
|
name: mongodb-user-password
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: doorboy-godoor
|
name: doorboy-godoor
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: MONGO_URI
|
key: MONGO_URI
|
||||||
name: inventory-mongodb
|
name: mongodb-user-password
|
||||||
name: goredirect
|
name: goredirect
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ kind: Kustomization
|
|||||||
namespace: hackerspace
|
namespace: hackerspace
|
||||||
|
|
||||||
resources:
|
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
|
- ./doorboy.yaml
|
||||||
- ./svcacc.yaml
|
- ./svcacc.yaml
|
||||||
- ./inventory.yaml
|
- ./inventory.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user