From 2bfcaa7351a06fc5078bfcaf1b393bfb3e9b3de3 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 3 Dec 2023 17:18:22 +0000 Subject: [PATCH] Update 2 files - /bitwarden/templates/service.yaml - /bitwarden/templates/ingress.yaml --- bitwarden/templates/ingress.yaml | 18 +++++++++--------- bitwarden/templates/service.yaml | 3 --- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/bitwarden/templates/ingress.yaml b/bitwarden/templates/ingress.yaml index d8afc2e..8a9a628 100644 --- a/bitwarden/templates/ingress.yaml +++ b/bitwarden/templates/ingress.yaml @@ -31,12 +31,12 @@ spec: --- -#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 +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 diff --git a/bitwarden/templates/service.yaml b/bitwarden/templates/service.yaml index 7a4db8e..df30857 100644 --- a/bitwarden/templates/service.yaml +++ b/bitwarden/templates/service.yaml @@ -2,10 +2,7 @@ apiVersion: v1 kind: Service metadata: name: bitwarden - annotations: - external-dns.alpha.kubernetes.io/hostname: bitwarden.durp.info spec: - externalName: durp.info ports: - name: http port: 80