Files
infra/apps/sekibanki/thelounge/services.yaml

12 lines
197 B
YAML

apiVersion: v1
kind: Service
metadata:
name: thelounge
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: thelounge
ports:
- protocol: TCP
port: 80
targetPort: 9000