Merge pull request #941 from 3dwardch3ng/misc

enable tls on chartmuseum ingress
This commit is contained in:
2024-09-06 11:15:49 +10:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

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

View File

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