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: OracleDatabase/SingleInstance/helm-charts/oracle-db/README.md
+36-36Lines changed: 36 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -5,44 +5,44 @@ Database 19c is an industry leading relational database server.
5
5
## Getting started
6
6
A Helm chart is used for packaging the deployment yamls to simplify install in Kubernetes. The chart is available at [helm-charts/oracle-db](./) directory.
7
7
Clone the repo and execute the following command to generate oracle-db-1.0.0.tgz
8
-
```
9
-
$ helm package helm-charts/oracle-db
10
-
```
8
+
9
+
helm package helm-charts/oracle-db
10
+
11
11
12
12
## Introduction
13
13
14
14
The Oracle Database Chart contains the Oracle Database 19c running on Oracle Linux 7. This image contains a default database in a multitenant configuration with one pdb.
15
15
16
-
For more information on Oracle Database 19c refer to http://docs.oracle.com/en/database/
16
+
For more information on Oracle Database 19c refer to [Oracle Database Online Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/index.html).
From the https://container-registry.oracle.com website accept `Terms of Service` for Oracle Database Enterprise Edition.
31
+
From the [Oracle Container Registry](https://container-registry.oracle.com) website accept `Terms of Service` for Oracle Database Enterprise Edition.
32
32
33
33
34
34
## Installing the Chart
35
35
36
36
To install the chart with the release name `db19c`:
37
37
38
38
Helm 3.x syntax
39
-
```
40
-
$ helm install db19c oracle-db-1.0.0.tgz
41
-
```
39
+
40
+
helm install db19c oracle-db-1.0.0.tgz
41
+
42
42
Helm 2.x syntax
43
-
```
44
-
$ helm install --name db19c oracle-db-1.0.0.tgz
45
-
```
43
+
44
+
helm install --name db19c oracle-db-1.0.0.tgz
45
+
46
46
47
47
The command deploys Oracle Database on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
48
48
@@ -53,13 +53,13 @@ The command deploys Oracle Database on the Kubernetes cluster in the default con
53
53
To uninstall/delete the `db19c` deployment:
54
54
55
55
Helm 3.x syntax
56
-
```
57
-
$ helm uninstall db19c
58
-
```
56
+
57
+
helm uninstall db19c
58
+
59
59
Helm 2.x syntax
60
-
```
61
-
$ helm delete db19c
62
-
```
60
+
61
+
helm delete db19c
62
+
63
63
64
64
The command removes all the Kubernetes components associated with the chart and deletes the release.
65
65
@@ -71,7 +71,7 @@ The following tables lists the configurable parameters of the Oracle Database c
> **Tip**: You can use the default [values.yaml](values.yaml)
111
-
111
+
112
112
113
113
## Persistence
114
114
115
115
The [Oracle Database](https://www.oracle.com) image stores the Oracle Database data files and configurations at the `/opt/oracle/oradata` path of the container.
116
116
117
-
Persistent Volume Claims are used to keep the data across deployments.
117
+
Persistent Volume Claims are used to keep the data across deployments.
118
118
See the [Configuration](#configuration) section to configure the PVC or to disable persistence.
0 commit comments