mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
fix: add missing cert annotations for Grafana and Tekton
This commit is contained in:
parent
18314225e4
commit
e928f8a46d
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user