mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
16 lines
339 B
YAML
16 lines
339 B
YAML
|
apiVersion: networking.k8s.io/v1
|
||
|
kind: Ingress
|
||
|
metadata:
|
||
|
name: ds-ingress
|
||
|
spec:
|
||
|
rules:
|
||
|
- host: testds.com
|
||
|
http:
|
||
|
paths:
|
||
|
- backend:
|
||
|
service:
|
||
|
# Reliant on dualstack_clusterip.yaml
|
||
|
name: ds-clusterip-svc
|
||
|
port:
|
||
|
number: 80
|
||
|
pathType: ImplementationSpecific
|