We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0480a commit 52f06a6Copy full SHA for 52f06a6
example/ingress.yaml
@@ -1,9 +1,7 @@
1
apiVersion: networking.k8s.io/v1
2
kind: Ingress
3
metadata:
4
- name: dracan-ingress
5
- annotations:
6
- nginx.ingress.kubernetes.io/rewrite-target: /
+ name: <your_app_ingress_name>
7
spec:
8
rules:
9
- host: <your_app_url> # Replace with your actual application URL
0 commit comments