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