Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
ingress path ccorrection
Browse files Browse the repository at this point in the history
  • Loading branch information
David Surey committed Oct 4, 2022
1 parent 1a9acd8 commit 3d206bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/destroy-examples.playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

- name: delete eksdemo namespace
delegate_to: "{{ EKSBastionInstancePublicIP }}"
community.kubernetes.k8s:
kubernetes.core.k8s:
state: absent
definition:
apiVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
rules:
- http:
paths:
- path: /*
- path: /
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit 3d206bd

Please sign in to comment.