From 8162f217280d32b7e4ca356c86b4d19ad0cb3b04 Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Wed, 14 Aug 2024 14:28:30 -0400 Subject: [PATCH] remove cert manager --- infrastructure/cloudflare/deployment.yaml | 3 +++ infrastructure/ingress/kustomization.yaml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure/cloudflare/deployment.yaml b/infrastructure/cloudflare/deployment.yaml index 73d1e4c..a581dd3 100644 --- a/infrastructure/cloudflare/deployment.yaml +++ b/infrastructure/cloudflare/deployment.yaml @@ -41,6 +41,9 @@ spec: failureThreshold: 1 initialDelaySeconds: 10 periodSeconds: 10 + terminationGracePeriodSeconds: 30 + dnsPolicy: ClusterFirst + automountServiceAccountToken: false --- apiVersion: v1 kind: ConfigMap diff --git a/infrastructure/ingress/kustomization.yaml b/infrastructure/ingress/kustomization.yaml index dea1744..c714d06 100644 --- a/infrastructure/ingress/kustomization.yaml +++ b/infrastructure/ingress/kustomization.yaml @@ -4,5 +4,4 @@ metadata: name: ingress-nginx namespace: ingress-nginx resources: -- cert-manager.yaml - ingress-controller.yaml