Files
KubeApps/apps/bitwarden/bitwarden-service.yaml
Chris Richardson 745ed8cfa9 add next round
2025-01-24 10:29:28 -05:00

18 lines
273 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: bitwarden-service
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
- name: notification
port: 3012
protocol: TCP
targetPort: 3012
selector:
app: bitwarden