[ROBOT] ADD HTTPS based BULKPM test cases that use helm based components
[testsuite.git] / robot / assets / helm / pm-https-server / values.yaml
1 # Default values for myhttpsserver.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 image:
6   repository: onap/org.onap.integration.nfsimulator.pmhttpsserver
7   pullPolicy: IfNotPresent
8   # Overrides the image tag whose default is the chart appVersion.
9   tag: "1.0.1"
10
11 imagePullSecrets: []
12 nameOverride: ""
13 fullnameOverride: ""
14
15 podAnnotations: {}
16
17 resources: {}
18   # We usually recommend not to specify default resources and to leave this as a conscious
19   # choice for the user. This also increases chances charts run on environments with little
20   # resources, such as Minikube. If you do want to specify resources, uncomment the following
21   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
22   # limits:
23   #   cpu: 100m
24   #   memory: 128Mi
25   # requests:
26   #   cpu: 100m
27   #   memory: 128Mi
28
29 certsDir: "/etc/apache2/certs/external"
30
31 nodeSelector: {}
32
33 tolerations: []
34
35 affinity: {}
36
37 certificates:
38   name: pm-http-server
39   dnsNames:
40     - pm-http-server
41   renewBefore: 720h #30 days
42   duration: 8760h #365 days
43   commonName: pm-http-server
44   subject:
45     organization: "Linux-Foundation"
46     country: "US"
47     locality: "San-Francisco"
48     province: "California"
49     organizationalUnit: "ONAP"
50   #    issuer:
51   #      group: certmanager.onap.org
52   #      kind: CMPv2Issuer
53   #      name: cmpv2-issuer-onap
54   issuerRef:
55     group: certmanager.onap.org
56     kind: CMPv2Issuer
57     name: cmpv2-issuer-onap
58   #  ipAddresses: "127.0.0.1"