mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
15 lines
No EOL
275 B
YAML
15 lines
No EOL
275 B
YAML
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
|
|
targetPort: 80
|
|
protocol: TCP
|
|
selector:
|
|
app: bitwarden |