Add credential secret as volume 8

This commit is contained in:
Ruben Hensen
2024-09-12 15:44:56 +02:00
parent 114941b58b
commit d4c0012435
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ spec:
value: /credentials/credentials.yaml
image: ghcr.io/ente-io/server
name: museum
command: [ "sh", "-c"]
# loop forever, outputting "yo" every 5 seconds
args: ["while true; do echo 'yo' && sleep 5; done;"]
# command: [ "sh", "-c"]
# # loop forever, outputting "yo" every 5 seconds
# args: ["while true; do echo 'yo' && sleep 5; done;"]
ports:
- containerPort: 8080
protocol: TCP
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
port: 5432
name: ente_db
user: pguser
password: {{ .pgpass }}
password: "{{ .pgpass }}"
sslmode: disable
s3: