puthuparambil.aditya | 7edc795 | 2020-10-01 12:06:33 +0100 | [diff] [blame] | 1 | # Default values for policy-models-simulator. |
| 2 | # This is a YAML-formatted file. |
| 3 | # Declare variables to be passed into your templates. |
| 4 | |
| 5 | replicaCount: 1 |
| 6 | |
| 7 | image: |
| 8 | repository: nexus3.onap.org:10001/onap/policy-models-simulator |
| 9 | tag: latest |
| 10 | pullPolicy: IfNotPresent |
| 11 | |
| 12 | imagePullSecrets: [] |
| 13 | nameOverride: "" |
| 14 | fullnameOverride: "" |
| 15 | |
| 16 | serviceAccount: |
| 17 | # Specifies whether a service account should be created |
| 18 | create: true |
| 19 | # The name of the service account to use. |
| 20 | # If not set and create is true, a name is generated using the fullname template |
| 21 | name: |
| 22 | |
| 23 | podSecurityContext: {} |
| 24 | # fsGroup: 2000 |
| 25 | |
| 26 | securityContext: {} |
| 27 | # capabilities: |
| 28 | # drop: |
| 29 | # - ALL |
| 30 | # readOnlyRootFilesystem: true |
| 31 | # runAsNonRoot: true |
| 32 | # runAsUser: 1000 |
| 33 | |
| 34 | service: |
| 35 | type: ClusterIP |
| 36 | name: policy-models-simulator |
| 37 | portName: policy-models-simulator |
| 38 | externalPort: 3905 |
| 39 | internalPort: 3905 |
| 40 | externalPort2: 6667 |
| 41 | internalPort2: 6667 |
| 42 | externalPort3: 6668 |
| 43 | internalPort3: 6668 |
| 44 | externalPort4: 6669 |
| 45 | internalPort4: 6669 |
| 46 | externalPort5: 6670 |
| 47 | internalPort5: 6670 |
| 48 | externalPort6: 6680 |
| 49 | internalPort6: 6680 |
| 50 | |
| 51 | ingress: |
| 52 | enabled: false |
| 53 | annotations: {} |
| 54 | # kubernetes.io/ingress.class: nginx |
| 55 | # kubernetes.io/tls-acme: "true" |
| 56 | hosts: |
| 57 | - host: chart-example.local |
| 58 | paths: [] |
| 59 | |
| 60 | tls: [] |
| 61 | # - secretName: chart-example-tls |
| 62 | # hosts: |
| 63 | # - chart-example.local |
| 64 | |
| 65 | resources: {} |
| 66 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 67 | # choice for the user. This also increases chances charts run on environments with little |
| 68 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 69 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 70 | # limits: |
| 71 | # cpu: 100m |
| 72 | # memory: 128Mi |
| 73 | # requests: |
| 74 | # cpu: 100m |
| 75 | # memory: 128Mi |
| 76 | |
| 77 | nodeSelector: {} |
| 78 | |
| 79 | tolerations: [] |
| 80 | |
| 81 | affinity: {} |