17 lines
218 B
YAML
17 lines
218 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: svc-ngircd
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app.kubernetes.io/name: ngircd
|
|
ports:
|
|
- name: irc
|
|
protocol: TCP
|
|
targetPort: 6667
|
|
port: 36667
|
|
|
|
|
|
|