dominikriemer commented on code in PR #2203:
URL: https://github.com/apache/streampipes/pull/2203#discussion_r1435311974
##########
installer/k8s/README.md:
##########
@@ -179,20 +180,7 @@ rm -rf ${HOME}/streampipes-k8s
| external.couchdb.persistence.storageSize | Size of the CouchDB PV
| "1Gi" |
| external.couchdb.persistence.claimName | Name of the CouchDB
PersistentVolumeClaim | "couchdb-pvc" |
| external.couchdb.persistence.pvName | Name of the CouchDB
PersistentVolume | "couchdb-pv" |
-####Couchdb common parameters
-| Parameter Name | Description
| Value |
-|-------------------------------------------------|----------------------------------------------------------|------------------------------------------|
-| external.couchdb.appName | CouchDB application name
| "couchdb" |
-| external.couchdb.version | CouchDB version
| 3.3.1 |
-| external.couchdb.user | CouchDB admin username
| "admin" |
-| external.couchdb.password | CouchDB admin password
| empty (auto-generated) |
-| external.couchdb.port | Port for the CouchDB
service | 5984 |
-| external.couchdb.service.name | Name of the CouchDB
service | "couchdb"
|
-| external.couchdb.service.port | TargetPort of the CouchDB
service | 5984 |
-| external.couchdb.persistence.storageClassName | Storage class name for
CouchDB PVs | "hostpath" |
-| external.couchdb.persistence.storageSize | Size of the CouchDB PV
| "1Gi" |
-| external.couchdb.persistence.claimName | Name of the CouchDB
PersistentVolumeClaim | "couchdb-pvc"
|
-| external.couchdb.persistence.pvName | Name of the CouchDB
PersistentVolume | "couchdb-pv"
|
+
Review Comment:
Looks much better now, but does this delete the couchdb parameters? ;-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]