Compare commits
3 Commits
80631ba77e
...
d418c12710
| Author | SHA1 | Date | |
|---|---|---|---|
|
d418c12710
|
|||
| 9d9d243359 | |||
| 33b3900dc3 |
@@ -15,7 +15,7 @@ booklore:
|
|||||||
- name: TZ
|
- name: TZ
|
||||||
value: America/Chicago
|
value: America/Chicago
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: jdbc:mariadb://booklore-mariadb.mariadb:3306/booklore
|
value: jdbc:mariadb://booklore-mariadb-cluster-primary.mariadb:3306/booklore
|
||||||
- name: DATABASE_USERNAME
|
- name: DATABASE_USERNAME
|
||||||
value: booklore
|
value: booklore
|
||||||
- name: DATABASE_PASSWORD
|
- name: DATABASE_PASSWORD
|
||||||
@@ -67,6 +67,7 @@ booklore:
|
|||||||
mariadb-cluster:
|
mariadb-cluster:
|
||||||
mariadb:
|
mariadb:
|
||||||
rootPasswordSecretKeyRef:
|
rootPasswordSecretKeyRef:
|
||||||
|
generate: false
|
||||||
name: booklore-database-secret
|
name: booklore-database-secret
|
||||||
key: password
|
key: password
|
||||||
storage:
|
storage:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ stalwart:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: stalwartlabs/stalwart
|
repository: stalwartlabs/stalwart
|
||||||
tag: v0.13.4
|
tag: v0.14.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user