Files
homelab/bitwarden/templates/service.yaml
DeveloperDurp a3b5cab56e Update 2 files
- /bitwarden/templates/ingress.yaml
- /bitwarden/templates/service.yaml
2023-12-03 17:14:29 +00:00

16 lines
296 B
YAML

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
targetPort: 80
protocol: TCP
selector:
app: bitwarden