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