traefik/pkg/provider/kubernetes/ingress/fixtures/Ingress-with-one-host-without-path_service.yml

13 lines
164 B
YAML

kind: Service
apiVersion: v1
metadata:
name: example-com
namespace: testing
spec:
ports:
- name: http
port: 80
clusterIP: 10.0.0.1
type: ClusterIP