-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patht3.serv.yml
51 lines (50 loc) · 1.13 KB
/
t3.serv.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
apiVersion: v1
kind: Service
metadata:
annotations:
meta.helm.sh/release-name: traefik
meta.helm.sh/release-namespace: kube-system
creationTimestamp: "2022-07-27T06:19:53Z"
finalizers:
- svccontroller.k3s.cattle.io/daemonset
labels:
app.kubernetes.io/instance: traefik
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: traefik
helm.sh/chart: traefik-10.24.0
name: traefik
namespace: kube-system
resourceVersion: "8197"
uid: c89ec3c5-b249-4777-b45f-52e191284a81
spec:
allocateLoadBalancerNodePorts: true
externalIPs:
- 192.168.0.105
clusterIP: 10.43.1.108
clusterIPs:
- 10.43.1.108
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: web
nodePort: 31155
port: 80
protocol: TCP
targetPort: web
- name: websecure
nodePort: 30421
port: 443
protocol: TCP
targetPort: websecure
selector:
app.kubernetes.io/instance: traefik
app.kubernetes.io/name: traefik
sessionAffinity: None
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 192.168.0.105