added cert issuer
This commit is contained in:
parent
8d2fb048bd
commit
cf7f98a1a9
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: proxy-detection-ingress
|
name: proxy-detection-ingress
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
app: proxy-detection-api
|
app: proxy-detection-api
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue