blob: 6b731e797bb4553a6787ccad32c5345c9c053bb3 [file] [log] [blame]
# *****************************************************************************
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# ******************************************************************************
# Default values for dlab-billing.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: epamdlab/billing
tag: '0.1-aws'
# pullPolicy: IfNotPresent
pullPolicy: Always
#imagePullSecrets: []
#nameOverride: ""
#fullnameOverride: ""
service:
type: ClusterIP
port: 58334
ingress:
enabled: false
host: ""
annotations:
# kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/ssl-redirect: "false"
# kubernetes.io/tls-acme: "true"
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
labels: {}
billing:
mongo:
host: ${mongo_service_name}
port: ${mongo_port}
username: ${mongo_user}
db_name: ${mongo_db_name}
service_base_name: ${service_base_name}
tag_resource_id: ${tag_resource_id}
bucket: ${billing_bucket}
path: ${billing_bucket_path}
aws_job_enabled: ${billing_aws_job_enabled}
account_id: ${billing_aws_account_id}
tag: ${billing_tag}
dlab_id: ${billing_dlab_id}
usage_date: ${billing_usage_date}
product: ${billing_product}
usage_type: ${billing_usage_type}
usage: ${billing_usage}
cost: ${billing_cost}
resource_id: ${billing_resource_id}
tags: ${billing_tags}