feat(sol): add public edge ingress and tls
This commit is contained in:
20
environments/sol/public-edge/cert-manager-helmchart.yaml
Normal file
20
environments/sol/public-edge/cert-manager-helmchart.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: kube-system
|
||||
spec:
|
||||
repo: https://charts.jetstack.io
|
||||
chart: cert-manager
|
||||
version: v1.20.1
|
||||
targetNamespace: cert-manager
|
||||
createNamespace: true
|
||||
failurePolicy: abort
|
||||
valuesContent: |-
|
||||
crds:
|
||||
enabled: true
|
||||
prometheus:
|
||||
enabled: false
|
||||
global:
|
||||
leaderElection:
|
||||
namespace: cert-manager
|
||||
Reference in New Issue
Block a user