mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
add db to baikal
This commit is contained in:
1
apps/charts/baikal/templates/database.yaml
Normal file
1
apps/charts/baikal/templates/database.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{{ include "common.database" . }}
|
||||||
@@ -15,7 +15,11 @@ container:
|
|||||||
port: 80
|
port: 80
|
||||||
healthProbe:
|
healthProbe:
|
||||||
type: tcpSocket
|
type: tcpSocket
|
||||||
port: http # Use named port
|
port: http # Use named port
|
||||||
|
|
||||||
|
# Database configuration
|
||||||
|
database:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
# Service configuration
|
# Service configuration
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user