diff kustomization.yaml @ 23:695948b426ae

redo config with kustomize (still has a bug with pomerium-proxy-tls secret name getting a suffix)
author drewp@bigasterisk.com
date Wed, 07 Jun 2023 20:22:55 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kustomization.yaml	Wed Jun 07 20:22:55 2023 -0700
@@ -0,0 +1,22 @@
+bases:
+  - ingress-controller/deployment.yaml
+  - cert-manager-v1.12.0.yaml
+  - 10-vols/volumes.yaml
+  - 10-vols/claims.yaml
+  - 20-kube/05-idp-secret.yaml
+  - 20-kube/06-postgres.yaml
+  - 30-cert-manager/60-auth-cert.yaml
+  - 30-cert-manager/51-pomerium-production-issuer.yaml
+  - 30-cert-manager/51-pomerium-staging-issuer.yaml
+  - 20-kube/10-pom-pom.yaml
+patchesStrategicMerge:
+  - "patch.yaml"
+patches:
+  - target:
+      kind: Deployment
+      name: pomerium
+      namespace: pomerium
+    patch: |-
+      - op: add
+        path: /spec/template/spec/containers/0/args/-
+        value: "--debug"
\ No newline at end of file