You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/advanced/helm.md
+33-5Lines changed: 33 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,20 +109,26 @@ Configure the Oracle Database used by the {{< short_app_ref >}} API Server.
109
109
110
110
| Key | Type | Default | Description |
111
111
|-----|------|---------|-------------|
112
-
| server.database.type | string |`""`| Either SIDB-FREE, ADB-FREE, or ADB-S |
113
-
| server.database.image | object || For SIDB-FREE/ADB-FREE, location of the image and its tag; Exclude for ADB-S |
112
+
| server.database.type | string |`""`| Either SIDB-FREE, ADB-FREE, ADB-S, or OTHER|
113
+
| server.database.image | object || For SIDB-FREE/ADB-FREE, location of the image and its tag; Exclude for ADB-S/OTHER|
114
114
| server.database.image.repository | string |`""`| For SIDB-FREE/ADB-FREE, repository location of the image |
115
115
| server.database.image.tag | string |`"latest"`| For SIDB-FREE/ADB-FREE, tag of the image |
116
+
| server.database.oci | Optional || For ADB-S, OCID of the Autonomous Database Exclude for SIDB-FREE/ADB-FREE/OTHER |
117
+
| server.database.oci.ocid | string |`""`| OCID of the Autonomous Database |
118
+
| server.database.other | Optional || For OTHER, connection details for external database |
119
+
| server.database.other.dsn | string |`""`| Full DSN string (e.g: host:port/service) - Either dsn OR (host+port+service_name) |
120
+
| server.database.other.host | string |`""`| Database host (required if dsn not provided) |
121
+
| server.database.other.port | string/int |`""`| Database port (required if dsn not provided) |
122
+
| server.database.other.service_name | string |`""`| Database service name (required if dsn not provided) |
116
123
| server.database.authN | Required || Application User Authentication/Connection Details If defined, used to create the user defined in the authN secret |
117
124
| server.database.authN.secretName | string |`"db-authn"`| Name of Secret containing the authentication/connection details |
118
125
| server.database.authN.usernameKey | string |`"username"`| Key in secretName containing the username |
119
126
| server.database.authN.passwordKey | string |`"password"`| Key in secretName containing the password |
120
127
| server.database.authN.serviceKey | string |`"service"`| Key in secretName containing the connection service name |
121
128
| server.database.privAuthN | Optional || Privileged User Authentication/Connection Details If defined, used to create the user defined in the authN secret |
0 commit comments