Lightweight Kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
339 B

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