Skip to content
Snippets Groups Projects
Commit 25facf91 authored by Dan Lorenc's avatar Dan Lorenc
Browse files

Add both ingress paths to the cert-manager for now.


Signed-off-by: default avatarDan Lorenc <dlorenc@google.com>
parent b0eae9b8
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ spec:
tls:
- hosts:
- api.rekor.dev
- api.sigstore.dev
secretName: rekor-ingress-tls
rules:
- host: api.rekor.dev
......@@ -19,3 +20,10 @@ spec:
backend:
serviceName: rekor-server
servicePort: 80
- host: api.sigstore.dev
http:
paths:
- path: /
backend:
serviceName: rekor-server
servicePort: 80
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