From 53f91d61d19e5e6b0708997897a1fbf770007bb5 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 14 Apr 2025 06:11:08 -0500 Subject: [PATCH] update --- dmz/internalproxy/templates/bitwarden.yaml | 2 +- infra/bitwarden/templates/ingress.yaml | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/dmz/internalproxy/templates/bitwarden.yaml b/dmz/internalproxy/templates/bitwarden.yaml index f36ac6e..0067f8e 100644 --- a/dmz/internalproxy/templates/bitwarden.yaml +++ b/dmz/internalproxy/templates/bitwarden.yaml @@ -9,7 +9,7 @@ spec: - match: Host(`bitwarden.durp.info`) && PathPrefix(`/`) kind: Rule services: - - name: master-cluster + - name: infra-cluster port: 443 tls: secretName: bitwarden-tls diff --git a/infra/bitwarden/templates/ingress.yaml b/infra/bitwarden/templates/ingress.yaml index 827dd02..f69bc78 100644 --- a/infra/bitwarden/templates/ingress.yaml +++ b/infra/bitwarden/templates/ingress.yaml @@ -23,20 +23,8 @@ metadata: spec: secretName: bitwarden-tls issuerRef: - name: letsencrypt-production + name: vault-issuer kind: ClusterIssuer commonName: "bitwarden.durp.info" dnsNames: - - "bitwarden.durp.info" - ---- - -kind: Service -apiVersion: v1 -metadata: - name: bitwarden-external-dns - annotations: - external-dns.alpha.kubernetes.io/hostname: bitwarden.durp.info -spec: - type: ExternalName - externalName: durp.info \ No newline at end of file + - "bitwarden.durp.info" \ No newline at end of file