wq
euh§
This commit is contained in:
16
k8s_manifests/ngircd/service.yaml
Normal file
16
k8s_manifests/ngircd/service.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user