Untitled

 avatar
unknown
plain_text
a month ago
318 B
7
Indexable
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: api
spec:
  rules:
    - host: api.company.local
      http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: api-service
                port:
                  number: 80
Editor is loading...
Leave a Comment