Skip to content

Commit f5ee219

Browse files
committed
Elasticsearch : fix ingress traefik
1 parent d86ceb4 commit f5ee219

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

charts/elastic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 2.0.12
26+
version: 2.1.0
2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to

charts/elastic/values.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ global:
33
security:
44
allowInsecureImages: true
55
elasticsearch:
6+
service:
7+
annotations:
8+
traefik.ingress.kubernetes.io/service.serversscheme: https
69
image:
710
registry: docker.io
811
repository: bitnamilegacy/elasticsearch
@@ -31,10 +34,13 @@ elasticsearch:
3134
autoGenerated: true
3235

3336
volumePermissions:
34-
image:
37+
image:
3538
repository: bitnamilegacy/os-shell
3639

3740
kibana:
41+
service:
42+
annotations:
43+
traefik.ingress.kubernetes.io/service.serversscheme: https
3844
image:
3945
tag: 8.16.1-debian-12-r0
4046
repository: bitnamilegacy/kibana
@@ -64,9 +70,9 @@ elasticsearch:
6470

6571
resourcesPreset: medium
6672
volumePermissions:
67-
image:
73+
image:
6874
repository: bitnamilegacy/os-shell
69-
75+
7076
discovery:
7177
allow: true
7278

@@ -88,7 +94,6 @@ ingressKibana:
8894
certManagerClusterIssuer: ""
8995
annotations: []
9096

91-
9297
security:
9398
allowlist:
9499
enabled: false

0 commit comments

Comments
 (0)