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

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

Feature/test ingress

parent 2bbd5cd1
No related branches found
No related tags found
2 merge requests!80Develop,!79Feature/test ingress
......@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.1.8] - 2025-01-01
### Fixed
- Removed acme.cert-manager.io/http01-edit-in-place: "true" from ingresses
## [0.1.5] - 2024-12-13
### Added
......@@ -20,6 +26,6 @@ All notable changes to this project will be documented in this file.
### Fixed
- Decreased cpu requestst
- Decreased cpu requests
......@@ -117,7 +117,6 @@ metadata:
name: {{ .Release.Name }}-elasticsearch-http-public
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
acme.cert-manager.io/http01-edit-in-place: "true"
cert-manager.io/cluster-issuer: {{ .Values.clusterIssuer }}
spec:
ingressClassName: nginx
......
......@@ -83,7 +83,6 @@ metadata:
name: {{ .Release.Name }}-kibana-dashboard
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
acme.cert-manager.io/http01-edit-in-place: "true"
cert-manager.io/cluster-issuer: {{ .Values.clusterIssuer }}
spec:
ingressClassName: nginx
......
......@@ -28,7 +28,7 @@ elasticsearch:
storageClassName: csi-cinder-high-speed
resources:
requests:
memory: 0
memory: "0"
cpu: "0"
limits:
memory: 4Gi
......@@ -51,7 +51,7 @@ kibana:
xpack.reporting.roles.enabled: false
resources:
requests:
memory: 0
memory: "0"
cpu: "0"
limits:
memory: 1Gi
......@@ -86,7 +86,7 @@ logstash:
ls_java_opts: "-Xms3g -Xmx3g"
resources:
requests:
memory: 0
memory: "0"
cpu: "0"
limits:
memory: 4Gi
......@@ -326,7 +326,7 @@ filebeat:
imageTag: ""
resources:
requests:
memory: 0
memory: "0"
cpu: "0"
limits:
memory: 1Gi
......@@ -424,7 +424,7 @@ metricbeat:
min_age: 365d
resources:
requests:
memory: 0
memory: "0"
cpu: "0"
limits:
memory: 500Mi
......
PROJECT_VERSION_NUMBER="0.1.7"
PROJECT_VERSION_NUMBER="0.1.8"
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