This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
irc/thelounge/service.yaml
T
2026-01-17 08:40:50 -05:00

15 lines
221 B
YAML

## Service
---
apiVersion: v1
kind: Service
metadata:
name: thelounge
labels:
app.kubernetes.io/name: thelounge
spec:
type: ClusterIP
ports:
- port: 9000
selector:
app.kubernetes.io/name: thelounge