Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 15, 2024
1 parent c22a550 commit 8df46a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pulumi/services/ementas/ingress-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { namespace } from "./namespace";
import { port as servicePort, service } from "./services";
import { host } from "./values";

export const ingressRoute = new crds.traefik.v1alpha1.IngressRoute("ementas-ingress-rotue", {
export const ingressRoute = new crds.traefik.v1alpha1.IngressRoute("ementas-ingress-route", {
metadata: {
name: "website-https",
namespace: namespace.metadata.name,
Expand Down

0 comments on commit 8df46a5

Please sign in to comment.