Add version 0.12 and 0.13
This commit is contained in:
parent
202b4c9dc4
commit
75ec6fbf8e
88 changed files with 25844 additions and 5 deletions
23
templates/0.13/cert-manager-webhook-Service.yaml
Normal file
23
templates/0.13/cert-manager-webhook-Service.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Source: cert-manager/templates/webhook-service.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: cert-manager-webhook
|
||||
namespace: "cert-manager"
|
||||
labels:
|
||||
app: webhook
|
||||
app.kubernetes.io/name: webhook
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/managed-by: Tiller
|
||||
helm.sh/chart: cert-manager-v0.13.1
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: https
|
||||
port: 443
|
||||
targetPort: 10250
|
||||
selector:
|
||||
app: webhook
|
||||
app.kubernetes.io/name: webhook
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/managed-by: Tiller
|
||||
Loading…
Add table
Add a link
Reference in a new issue