Update 2 files

- /bitwarden/templates/ingress.yaml
- /bitwarden/templates/service.yaml
This commit is contained in:
2023-12-03 17:14:29 +00:00
parent dbe6e8f96a
commit a3b5cab56e
2 changed files with 13 additions and 9 deletions

View File

@@ -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