blob: f05fbe1a08f83d88c946274e198bb93ac86d4b4b [file] [log] [blame]
Piotr Marcinkiewicz9d1ca2b2021-08-11 16:21:51 +02001# Copyright © 2020-2021, Nokia
Jan Malkiewicz741fb0b2020-11-18 11:31:06 +01002#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Global
16global:
17 nodePortPrefix: 302
18 readinessImage: onap/oom/readiness:3.0.1
19 loggingRepository: docker.elastic.co
20 loggingImage: beats/filebeat:5.5.0
21 busyboxRepository: registry.hub.docker.com
22 busyboxImage: library/busybox:latest
23 repository: "nexus3.onap.org:10001"
Jan Malkiewicz741fb0b2020-11-18 11:31:06 +010024
25namespace: onap
26
Jan Malkiewiczc6811112020-12-10 10:34:00 +010027
Jan Malkiewicz741fb0b2020-11-18 11:31:06 +010028# Deployment configuration
29deployment:
30 name: oom-certservice-cmpv2issuer
Tomasz Wrobel1c39a902022-01-12 10:49:51 +010031 image: onap/org.onap.oom.platform.cert-service.oom-certservice-k8s-external-provider:2.5.0
Jan Malkiewicz741fb0b2020-11-18 11:31:06 +010032 proxyImage: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
33 # fol local development use IfNotPresent
34 pullPolicy: Always
35 logLevel: debug
36 resources:
37 limits:
38 cpu: 250m
39 memory: 128Mi
40 requests:
41 cpu: 100m
42 memory: 64Mi
Jan Malkiewiczc6811112020-12-10 10:34:00 +010043readinessCheck:
44 wait_for:
45 - oom-cert-service
Jan Malkiewicz741fb0b2020-11-18 11:31:06 +010046
47# CMPv2Issuer
48cmpv2issuer:
49 name: cmpv2-issuer-onap
50 url: https://oom-cert-service:8443
51 healthcheckEndpoint: actuator/health
52 certEndpoint: v1/certificate
Piotr Marcinkiewicz31dceea2021-06-29 16:15:49 +020053 updateEndpoint: v1/certificate-update
Jan Malkiewicz741fb0b2020-11-18 11:31:06 +010054 caName: RA
55 certSecretRef:
Piotr Marcinkiewicz2ca8a472021-04-29 13:29:02 +020056 name: oom-cert-service-client-tls-secret
Piotr Marcinkiewicz32672932021-03-26 13:06:35 +010057 certRef: tls.crt
58 keyRef: tls.key
59 cacertRef: ca.crt
Jan Malkiewicz741fb0b2020-11-18 11:31:06 +010060
61
62
63