port naming

This commit is contained in:
2024-04-19 09:53:10 +02:00
parent 59189e2f44
commit 3040ffc02e
5 changed files with 13 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ spec:
kind: Rule
services:
- name: adguard-service
port: 80
port: http
---
apiVersion: traefik.io/v1alpha1
@@ -31,4 +31,4 @@ spec:
kind: Rule
services:
- name: adguard-service
port: 3000
port: http-initial

View File

@@ -9,15 +9,15 @@ spec:
ports:
- protocol: TCP
port: 3000
targetPort: 3000
targetPort: http-initial
name: http-initial
- protocol: TCP
port: 80
targetPort: 80
targetPort: http
name: http
- protocol: UDP
port: 53
targetPort: 53
targetPort: dns
name: dns
type: LoadBalancer
loadBalancerIP: 192.168.178.101