This commit is contained in:
Roxedus 2022-05-26 14:53:25 +02:00
parent f2553e1ed0
commit 63b53f075e
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

15
ingress/service.yaml Normal file
View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: traefik
spec:
ports:
- protocol: TCP
name: web
port: 80
- protocol: TCP
name: websecure
port: 4443
selector:
app: traefik