Skip to content

Commit b051aa9

Browse files
committed
nginx rds values file
1 parent 80d0139 commit b051aa9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
license: true
2+
usersPassword: "odmAdmin"
3+
4+
image:
5+
pullSecrets:
6+
- my-odm-docker-registry
7+
8+
service:
9+
ingress:
10+
enabled: true
11+
annotations:
12+
kubernetes.io/ingress.class: nginx
13+
nginx.ingress.kubernetes.io/backend-protocol: https
14+
15+
externalDatabase:
16+
type: postgres
17+
secretCredentials: odm-db-secret
18+
port: 5432
19+
serverName: <RDS_DB_ENDPOINT>
20+
databaseName: <RDS_DATABASE_NAME>

0 commit comments

Comments
 (0)