Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix(cert-manager): duplicate domain certificate requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Sep 5, 2023
1 parent dcbad38 commit 17b8980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base/echo/tls-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
gatewayClassName: cilium
listeners:
- name: http
hostname: "*.cloud.ogenki.io"
hostname: "tls-echo-1.${domain_name}"
port: 443
protocol: HTTPS
allowedRoutes:
Expand Down

0 comments on commit 17b8980

Please sign in to comment.