Katyanna Moura 5926f1aea1 Limit ingress support to only networking.k8s.io/v1
Given the deprecation of extensions/v1beta1, remove it from Ingress possibilities.

Signed-off-by: Katyanna Moura <amelie.kn@gmail.com>
2022-06-21 12:46:08 +02:00

15 lines
305 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: custom-metrics-consumer
labels:
application: custom-metrics-consumer
spec:
rules:
- host: custom-metrics.example.org
http:
paths:
- backend:
serviceName: custom-metrics-consumer
servicePort: 80