This commit is contained in:
2025-04-14 06:11:08 -05:00
parent 5777d5066a
commit 53f91d61d1
2 changed files with 3 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ spec:
- match: Host(`bitwarden.durp.info`) && PathPrefix(`/`) - match: Host(`bitwarden.durp.info`) && PathPrefix(`/`)
kind: Rule kind: Rule
services: services:
- name: master-cluster - name: infra-cluster
port: 443 port: 443
tls: tls:
secretName: bitwarden-tls secretName: bitwarden-tls

View File

@@ -23,20 +23,8 @@ metadata:
spec: spec:
secretName: bitwarden-tls secretName: bitwarden-tls
issuerRef: issuerRef:
name: letsencrypt-production name: vault-issuer
kind: ClusterIssuer kind: ClusterIssuer
commonName: "bitwarden.durp.info" commonName: "bitwarden.durp.info"
dnsNames: dnsNames:
- "bitwarden.durp.info" - "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