mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 11:06:04 +00:00
5926f1aea1
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
|