Skip to content

Commit

Permalink
add tls to routes to allow https connection
Browse files Browse the repository at this point in the history
Signed-off-by: Vladik Romanovsky <[email protected]>
  • Loading branch information
vladikr committed Sep 28, 2023
1 parent 22a4bf1 commit c3157d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/elk_pod_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ objects:
subdomain: logsviewer-${SUFFIX}
port:
targetPort: 8080
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service
name: logsviewer-${SUFFIX}
Expand All @@ -52,6 +55,9 @@ objects:
subdomain: kibana-${SUFFIX}
port:
targetPort: 5601
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service
name: logsviewer-${SUFFIX}
Expand Down
6 changes: 6 additions & 0 deletions tools/lvctl/pkg/lvctl/resources/elk_pod_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ objects:
subdomain: logsviewer-${SUFFIX}
port:
targetPort: 8080
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service
name: logsviewer-${SUFFIX}
Expand All @@ -52,6 +55,9 @@ objects:
subdomain: kibana-${SUFFIX}
port:
targetPort: 5601
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service
name: logsviewer-${SUFFIX}
Expand Down

0 comments on commit c3157d5

Please sign in to comment.