26 lines
407 B
YAML
26 lines
407 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: traefik
|
|
namespace: traefik
|
|
spec:
|
|
ports:
|
|
- name: traefik
|
|
port: 9000
|
|
protocol: TCP
|
|
targetPort: traefik
|
|
- name: web
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: web
|
|
- name: websecure
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: websecure
|
|
- name: dns
|
|
port: 53
|
|
protocol: UDP
|
|
targetPort: dns
|
|
externalIPs:
|
|
- 82.165.0.71
|