X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fpla%2Fconfig.yaml;h=642c165e8d1c9269c83f58ab05f99d0255ec3677;hb=ee303f97b9afe276076f56220d73c6382aa65c48;hp=92bb4229158cebe72d9d0f539dc2136ea6fc2386;hpb=18c7a8b4367c8190a19327a421bdfa0ea9b2cb51;p=osm%2Fdevops.git diff --git a/installers/charm/pla/config.yaml b/installers/charm/pla/config.yaml index 92bb4229..642c165e 100644 --- a/installers/charm/pla/config.yaml +++ b/installers/charm/pla/config.yaml @@ -16,27 +16,24 @@ # limitations under the License. options: - image: - description: Docker image name - type: string - default: opensourcemano/pla:8.0.0rc1 - port: - description: Port number - type: int - default: 8080 # Fake port - kafka_host: - description: Kafka Hostname - type: string - default: kafka-k8s - kafka_port: - description: Kafka Port - type: int - default: 9092 - mongo_uri: - description: Mongo URI - type: string - default: mongodb://mongodb-k8s:27017 log_level: description: Log level type: string default: INFO + database_commonkey: + description: Common Key for Mongo database + type: string + default: osm + mongodb_uri: + type: string + description: MongoDB URI (external database) + image_pull_policy: + type: string + description: | + ImagePullPolicy configuration for the pod. + Possible values: always, ifnotpresent, never + default: always + security_context: + description: Enables the security context of the pods + type: boolean + default: false