[ko] Delete rewrite-target annotation in ingress example

This commit is contained in:
Arhell 2024-07-23 00:39:56 +03:00
parent c0a34fbdd5
commit 7c37d91f36
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: example-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
rules:
- host: hello-world.info