remove cert manager
parent
858f796db3
commit
8162f21728
|
@ -41,6 +41,9 @@ spec:
|
||||||
failureThreshold: 1
|
failureThreshold: 1
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
terminationGracePeriodSeconds: 30
|
||||||
|
dnsPolicy: ClusterFirst
|
||||||
|
automountServiceAccountToken: false
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
|
|
@ -4,5 +4,4 @@ metadata:
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
resources:
|
resources:
|
||||||
- cert-manager.yaml
|
|
||||||
- ingress-controller.yaml
|
- ingress-controller.yaml
|
||||||
|
|
Loading…
Reference in New Issue