24 lines
564 B
YAML
24 lines
564 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -f ../docker-compose.yaml
|
|
kompose.service.expose: "true"
|
|
kompose.service.nodeport: "30001"
|
|
kompose.service.type: NodePort
|
|
kompose.version: 1.34.0 (cbf2835db)
|
|
labels:
|
|
io.kompose.service: pv-gateway
|
|
name: pv-gateway
|
|
spec:
|
|
rules:
|
|
- http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: pv-gateway
|
|
port:
|
|
number: 8001
|
|
path: /
|
|
pathType: Prefix
|