Merge pull request #941 from 3dwardch3ng/misc
enable tls on chartmuseum ingress
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user