epam / edp-install

Start from the KubeRocketCI (a.k.a. EPAM Delivery Platform) main page. This repository contains the Helm Chart templates that describe the installation of the main configuration (e.g. database registration, user creation in a database, etc.), which cannot be subsumed to the corresponding operator or allotted to the repository
https://docs.kuberocketci.io
Apache License 2.0
88 stars 19 forks source link

As a EDP User, I want to have static cluster resources name #12

Closed NikolayMarusenko closed 1 year ago

NikolayMarusenko commented 1 year ago

Currently we have random values for example for name of service.

Image

Acceptance Criteria:

https://argo-cd.readthedocs.io/en/stable/user-guide/helm/ https://github.com/argoproj/argo-cd/issues/1066

Investigate fullnameOverride parameter in values.yaml.

Rolika4 commented 1 year ago

In patch [EPMDEDP-11961] was implemented static resources name for all component in a cluster. Early, the helm template during deployment into the cluster was created with a hash at the end of the name.

Now all templates are created with the names that are defined in the chart.yaml file, in the name block.

For example for Chart.yaml:

apiVersion: v2
name: python38
description: A Helm chart for Kubernetes

Service name: python38 Image Endpoint name: python38 Image Deployment name: python38 Image