Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 19af9067 authored by Alicja Nicieja's avatar Alicja Nicieja
Browse files

Merge branch 'feature/helm2' into 'develop'

SIMPL - Adjust helm charts

See merge request !14
parents ee7ead81 e047a635
No related branches found
No related tags found
2 merge requests!16Release 0.0.1,!14SIMPL - Adjust helm charts
Pipeline #235246 passed
......@@ -14,4 +14,4 @@ spec:
sources: []
project: contract-billing
syncPolicy:
automated: null
automated: {}
To install using ARGO CD just update values.yaml
......@@ -4,7 +4,6 @@ metadata:
labels:
chart-version: {{ .Chart.Version }}
name: {{ .Chart.Name }}-configmap
namespace: {{ .Values.deployment.namespace }}
data:
APP_NAME: "{{ .Chart.Name }}"
SPRING_PROFILES_ACTIVE: "{{ .Values.environment }}"
......@@ -5,7 +5,6 @@ metadata:
app: {{ .Chart.Name }}
image-tag: {{ .Values.deployment.image.tag }}
name: {{ .Chart.Name }}
namespace: {{ .Values.deployment.namespace }}
spec:
replicas: {{ .Values.deployment.replicas }}
selector:
......
......@@ -4,7 +4,6 @@ metadata:
labels:
app: {{ .Chart.Name }}
name: {{ .Chart.Name }}
namespace: {{ .Values.deployment.namespace }}
spec:
type: ClusterIP
ipFamilies:
......
......@@ -4,7 +4,6 @@ deployment:
tag: ${PROJECT_RELEASE_VERSION}
pullPolicy: Always
replicas: 1
namespace: contract
environment: default
resources:
requests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment