X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fkeystone%2Fconfig.yaml;h=945ea48bd7a17a457d150575cf24e0d4907ab1c8;hb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;hp=402096ca9e1dddf3c2b7071e50ad24a6dde902f1;hpb=996a5604c7d31f3758503b08a426f1f40619b17b;p=osm%2Fdevops.git diff --git a/installers/charm/keystone/config.yaml b/installers/charm/keystone/config.yaml index 402096ca..945ea48b 100644 --- a/installers/charm/keystone/config.yaml +++ b/installers/charm/keystone/config.yaml @@ -20,6 +20,11 @@ options: If there is a reverse proxy in front of Keystone, it may need to be configured to handle the requested size. default: 5 + ingress_class: + type: string + description: | + Ingress class name. This is useful for selecting the ingress to be used + in case there are multiple ingresses in the underlying k8s clusters. ingress_whitelist_source_range: type: string description: | @@ -37,6 +42,12 @@ options: type: string description: Ingress URL default: "" + image_pull_policy: + type: string + description: | + ImagePullPolicy configuration for the pod. + Possible values: always, ifnotpresent, never + default: always region_id: type: string description: Region ID to be created when starting the service