add next round
This commit is contained in:
22
apps/technitium/technitium-service.yaml
Normal file
22
apps/technitium/technitium-service.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: technitium-service
|
||||
spec:
|
||||
ports:
|
||||
- port: 5380
|
||||
targetPort: 5380
|
||||
name: web-admin
|
||||
- port: 53
|
||||
protocol: TCP
|
||||
targetPort: 53
|
||||
name: dns-tcp
|
||||
- port: 53
|
||||
protocol: UDP
|
||||
targetPort: 53
|
||||
name: dns-udp
|
||||
selector:
|
||||
app: technitium
|
||||
sessionAffinity: None
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user