22 lines
No EOL
342 B
YAML
22 lines
No EOL
342 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: adguard
|
|
namespace: adguard
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
app: adguard
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
protocol: TCP
|
|
name: web
|
|
- port: 53
|
|
targetPort: 53
|
|
protocol: UDP
|
|
name: dns-udp
|
|
- port: 53
|
|
targetPort: 53
|
|
protocol: TCP
|
|
name: dns-tcp |