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

Skip to content
Snippets Groups Projects
Commit ac7672a2 authored by Natalia Szakiel's avatar Natalia Szakiel
Browse files

Merge branch 'feature/argocd_integration' into 'develop'

Feature/argocd integration

See merge request !11
parents c8b4145b 7b0d90dd
No related branches found
No related tags found
5 merge requests!48Develop,!46Develop,!24Feature/git merging fix,!11Feature/argocd integration,!10Develop
......@@ -2,9 +2,6 @@ apiVersion: beat.k8s.elastic.co/v1beta1
kind: Beat
metadata:
name: filebeat
labels:
app: filebeat
argocd.argoproj.io/instance: elastic
spec:
image: {{ .Values.filebeat.image }}:{{ default .Values.elasticVersion .Values.filebeat.imageTag }}
version: {{ .Values.elasticVersion }}
......@@ -13,8 +10,6 @@ spec:
name: {{ .Release.Name }}-elasticsearch
daemonSet:
podTemplate:
labels:
stack-namespace: {{ .Release.Namespace }}
spec:
securityContext:
runAsUser: 0
......
......@@ -6,10 +6,10 @@ envTag: "dev"
# This suffix will be used to create subdomain of following template:
# kibana.NAMESPACE_TAG.DOMAIN_SUFFIX
domainSuffix: "dev"
domainSuffix: "simpl-europe.eu"
# This value is used to create unique dns for each deployment. By default it equals to namespace.
namespaceTag: ""
namespaceTag: "dev"
# Spread pods evenly between subnets
......
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