Skip to content

Commit

Permalink
Update mgmt to ops
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin committed Jul 3, 2024
1 parent 44810b5 commit 13b7629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/prod/authelia/authelia.hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
rules:
- policy: two_factor
domain:
- mgmt.${SECRET_DOMAIN}
- ops.${SECRET_DOMAIN}
- alert-manager.${SECRET_DOMAIN}
- grafana.${SECRET_DOMAIN}
- prometheus.${SECRET_DOMAIN}
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/weave-gitops/weave.hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- --insecure-no-authentication-user=admin # Must duplicate from Base
ingress:
hosts:
- host: mgmt.${SECRET_DOMAIN}
- host: ops.${SECRET_DOMAIN}
paths:
- path: /weave
pathType: Prefix
2 changes: 1 addition & 1 deletion infrastructure/ingress/traefik/dashboard.ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kube-system
spec:
routes:
- match: Host(`mgmt.${SECRET_DOMAIN}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))
- match: Host(`ops.${SECRET_DOMAIN}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))
kind: Rule
services:
- name: api@internal
Expand Down

0 comments on commit 13b7629

Please sign in to comment.