Skip to content

Commit

Permalink
move ingress
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu Mccloskey <[email protected]>
  • Loading branch information
nabuskey committed Nov 20, 2023
1 parent 2b4662a commit 981f515
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
3 changes: 0 additions & 3 deletions pkg/apps/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ var (
EmbeddedAppsFS embed.FS

EmbedApps = []EmbedApp{{
Name: "argocd",
Path: "argocd",
}, {
Name: "backstage",
Path: "backstage",
}, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ metadata:
spec:
ingressClassName: "nginx"
rules:
- host: argocd.cnoe.localtest.me
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
name: https
- host: argocd.cnoe.localtest.me
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
name: https

0 comments on commit 981f515

Please sign in to comment.