Skip to content

Commit 52f06a6

Browse files
committed
Made example requested in #2 - minor fix
1 parent ee0480a commit 52f06a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/ingress.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
4-
name: dracan-ingress
5-
annotations:
6-
nginx.ingress.kubernetes.io/rewrite-target: /
4+
name: <your_app_ingress_name>
75
spec:
86
rules:
97
- host: <your_app_url> # Replace with your actual application URL

0 commit comments

Comments
 (0)