test deploy

This commit is contained in:
Armando Diaz
2025-10-16 18:54:18 -05:00
parent 80242b9602
commit 6508363c12
2 changed files with 13 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ postgres:
image:
repository: postgres
tag: 15-alpine
pullPolicy: IfNotPresent
pullPolicy: always
auth:
username: user
password: password
@@ -38,7 +38,7 @@ minio:
image:
repository: minio/minio
tag: latest
pullPolicy: IfNotPresent
pullPolicy: always
auth:
rootUser: minioadmin
rootPassword: minioadmin
@@ -67,7 +67,7 @@ app:
image:
repository: warehouse13/app
tag: latest
pullPolicy: IfNotPresent
pullPolicy: always
replicas: 2
env:
databaseUrl: "postgresql://user:password@warehouse13-postgres:5432/datalake"