File tree Expand file tree Collapse file tree 11 files changed +0
-64
lines changed
nix/cardano-services/deployments Expand file tree Collapse file tree 11 files changed +0
-64
lines changed Original file line number Diff line number Diff line change 4848 key = "username" ;
4949 } ;
5050 } ;
51- POSTGRES_SSL_ASSET = "true" ;
52- POSTGRES_SSL_CA_FILE_ASSET = "/tls/ca.crt" ;
5351 } ;
5452 } ;
5553
8886 key = "username" ;
8987 } ;
9088 } ;
91- POSTGRES_SSL = "true" ;
92- POSTGRES_SSL_CA_FILE = "/tls/ca.crt" ;
9389 } ;
9490 } ;
9591}
Original file line number Diff line number Diff line change 5858 key = "username" ;
5959 } ;
6060 } ;
61- POSTGRES_SSL_DB_SYNC = "true" ;
62- POSTGRES_SSL_CA_FILE_DB_SYNC = "/tls/ca.crt" ;
6361 }
6462 // lib . optionalAttrs values . backend . passHandleDBArgs {
6563 POSTGRES_POOL_MAX_HANDLE = "10" ;
7876 key = "username" ;
7977 } ;
8078 } ;
81- POSTGRES_SSL_HANDLE = "true" ;
82- POSTGRES_SSL_CA_FILE_HANDLE = "/tls/ca.crt" ;
8379 } ;
8480 } ;
8581}
Original file line number Diff line number Diff line change 6464 key = "username" ;
6565 } ;
6666 } ;
67- POSTGRES_SSL_DB_SYNC = "true" ;
68- POSTGRES_SSL_CA_FILE_DB_SYNC = "/tls/ca.crt" ;
6967 } ;
70- volumeMounts = [
71- {
72- mountPath = "/tls" ;
73- name = "tls" ;
74- }
75- ] ;
7668 }
7769 ] ;
78- volumes . tls . secret . secretName = "postgresql-server-cert" ;
7970 } ;
8071 } ;
8172 } ;
Original file line number Diff line number Diff line change 5151 key = "username" ;
5252 } ;
5353 } ;
54- POSTGRES_SSL_DB_SYNC = "true" ;
55- POSTGRES_SSL_CA_FILE_DB_SYNC = "/tls/ca.crt" ;
5654 } ;
5755 } ;
5856}
Original file line number Diff line number Diff line change 4646 key = "username" ;
4747 } ;
4848 } ;
49- POSTGRES_SSL_HANDLE = "true" ;
50- POSTGRES_SSL_CA_FILE_HANDLE = "/tls/ca.crt" ;
5149 } ;
5250 } ;
5351
8886 key = "username" ;
8987 } ;
9088 } ;
91- POSTGRES_SSL = "true" ;
92- POSTGRES_SSL_CA_FILE = "/tls/ca.crt" ;
9389 } ;
9490 } ;
9591}
Original file line number Diff line number Diff line change 6666 key = "username" ;
6767 } ;
6868 } ;
69- POSTGRES_SSL_STAKE_POOL = "true" ;
70- POSTGRES_SSL_CA_FILE_STAKE_POOL = "/tls/ca.crt" ;
7169
7270 POSTGRES_POOL_MAX_DB_SYNC = "5" ;
7371 POSTGRES_HOST_DB_SYNC = values . postgresName ;
8583 key = "username" ;
8684 } ;
8785 } ;
88- POSTGRES_SSL_DB_SYNC = "true" ;
89- POSTGRES_SSL_CA_FILE_DB_SYNC = "/tls/ca.crt" ;
9086 }
9187 // lib . optionalAttrs ( values . pg-boss-worker ? env ) values . pg-boss-worker . env
9288 // lib . optionalAttrs ( values . pg-boss-worker . metadata-fetch-mode == "smash" ) {
9389 SMASH_URL = values . pg-boss-worker . smash-url ;
9490 } ) ;
95- volumeMounts = [
96- {
97- mountPath = "/tls" ;
98- name = "tls" ;
99- }
100- ] ;
10191 } ;
102- volumes . tls . secret . secretName = "postgresql-server-cert" ;
10392 } ;
10493 } ;
10594 } ;
Original file line number Diff line number Diff line change 7979 runAsUser = 0 ;
8080 runAsGroup = 0 ;
8181 } ;
82-
83- volumeMounts = [
84- {
85- name = "tls" ;
86- mountPath = "/tls" ;
87- }
88- ] ;
8982 } ;
90- volumes . tls . secret . secretName = "postgresql-server-cert" ;
9183 } ;
9284 } ;
9385 } ;
Original file line number Diff line number Diff line change 8888 runAsGroup = 0 ;
8989 } ;
9090
91- volumeMounts = [
92- {
93- name = "tls" ;
94- mountPath = "/tls" ;
95- }
96- ] ;
9791 } ;
98- volumes . tls . secret . secretName = "postgresql-server-cert" ;
9992 } ;
10093 } ;
10194 } ;
Original file line number Diff line number Diff line change 4949 key = "username" ;
5050 } ;
5151 } ;
52- POSTGRES_SSL_STAKE_POOL = "true" ;
53- POSTGRES_SSL_CA_FILE_STAKE_POOL = "/tls/ca.crt" ;
5452 } ;
5553 } ;
5654
9088 key = "username" ;
9189 } ;
9290 } ;
93- POSTGRES_SSL = "true" ;
94- POSTGRES_SSL_CA_FILE = "/tls/ca.crt" ;
9591 } ;
9692 } ;
9793}
Original file line number Diff line number Diff line change 4040 key = "username" ;
4141 } ;
4242 } ;
43- POSTGRES_SSL = "true" ;
44- POSTGRES_SSL_CA_FILE = "/tls/ca.crt" ;
4543 } ;
4644 } ;
4745}
You can’t perform that action at this time.
0 commit comments