mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-08-05 18:28:10 +00:00

Given the deprecation of extensions/v1beta1, remove it from Ingress possibilities. Signed-off-by: Katyanna Moura <amelie.kn@gmail.com>
15 lines
305 B
YAML
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
|