Skip to content

Commit

Permalink
changed broken-ingress into broken network
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Feb 24, 2024
1 parent 0676878 commit f003dbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: broken-ingress
name: broken-network
# You'll usually want to add your resources to the argocd namespace.
namespace: argocd
# Add this finalizer ONLY if you want these to cascade delete.
Expand All @@ -12,13 +12,13 @@ metadata:
# - resources-finalizer.argocd.argoproj.io/background
# Add labels to your application object.
labels:
name: broken-ingress
name: broken-network
spec:
project: terraform-argocd-project
source:
targetRevision: argocd-apps
repoURL: 'https://github.com/diegolagospagopa/argocd-showcase'
path: resources/broken-ingress
path: resources/broken-network
destination:
server: 'https://kubernetes.default.svc'
namespace: diego
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ spec:
paths:
- backend:
service:
name: broken-ingress-microservice-chart
# name: broken-ingress-microservice-chart
name: broken
port:
number: 8888
number: 8000
path: /broken-ingress/status(/|$)(.*)
pathType: ImplementationSpecific
tls:
Expand Down
File renamed without changes.

0 comments on commit f003dbb

Please sign in to comment.