fix: add missing cert annotations for Grafana and Tekton

This commit is contained in:
Khue Doan 2021-12-05 23:03:53 +07:00
parent 18314225e4
commit e928f8a46d
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ kind: Ingress
metadata:
name: tekton-dashboard
namespace: tekton-pipelines
labels:
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: nginx

View File

@ -3,6 +3,8 @@ kube-prometheus-stack:
ingress:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- grafana.khuedoan.com
tls: