First commit
This commit is contained in:
parent
dabdda6a9c
commit
9fa90d889e
20 changed files with 508 additions and 0 deletions
24
templates/2.0/traefik-dashboard-svc.yml.j2
Normal file
24
templates/2.0/traefik-dashboard-svc.yml.j2
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: traefik
|
||||
name: traefik-dashboard
|
||||
namespace: tools
|
||||
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
- name: traefik
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
- protocol: TCP
|
||||
port: 443
|
||||
name: https
|
||||
targetPort: 443
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: traefik
|
||||
Loading…
Add table
Add a link
Reference in a new issue