Skip to content

Commit

Permalink
Add tls to echo-server
Browse files Browse the repository at this point in the history
  • Loading branch information
lambchop4prez committed Oct 12, 2023
1 parent 9e4de08 commit 665174a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cluster/apps/networking/echo-server/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,17 @@ spec:
main:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production"
hosts:
- host: &host "echo.lan"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "echo.lan"
secretName: "echo-server-cert"
resources:
requests:
cpu: 5m
Expand Down

0 comments on commit 665174a

Please sign in to comment.