mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
17 lines
264 B
YAML
17 lines
264 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: traefik-proxy-service
|
|
namespace: blog
|
|
spec:
|
|
selector:
|
|
app: traefik-proxy
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 80
|
|
- name: https
|
|
port: 443
|
|
targetPort: 443
|
|
type: ClusterIP
|