mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 02:47:17 +00:00
* chore: Update Ingress apiVersion to networking.k8s.io/v1beta1 Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> * Revert changes in controller/cache/info_test.go Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
13 lines
254 B
YAML
13 lines
254 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: extensions-ingress
|
|
spec:
|
|
rules:
|
|
- host: extensions-ingress
|
|
http:
|
|
paths:
|
|
- backend:
|
|
serviceName: extensions-service
|
|
servicePort: 8080
|
|
path: /
|