enable tls on chartmuseum ingress

This commit is contained in:
2024-09-06 11:15:26 +10:00
parent 55250717f3
commit 97d3125aa1
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ spec:
tls:
- hosts:
- "chartmuseum.cluster.edward.sydney"
secretName: "tls-secret"
secretName: "tls-secrets"
rules:
- host: "chartmuseum.cluster.edward.sydney"
http:

View File

@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- ./ingress.yaml