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

Commit

Permalink
chore: simplify gateway names, useless 'gateway'
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Sep 8, 2023
1 parent 769d49d commit f1b4b48
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/base/echo/gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: echo-gateway
name: echo
namespace: echo
spec:
gatewayClassName: cilium
Expand Down
2 changes: 1 addition & 1 deletion apps/base/echo/httproute-split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: echo
spec:
parentRefs:
- name: tls-shared-gateway
- name: echo-tls
namespace: infrastructure
hostnames:
- "split-echo.${domain_name}"
Expand Down
2 changes: 1 addition & 1 deletion apps/base/echo/httproute-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: echo
spec:
parentRefs:
- name: echo-tls-gateway
- name: echo-tls
namespace: echo
hostnames:
- "tls-echo-1.${domain_name}"
Expand Down
2 changes: 1 addition & 1 deletion apps/base/echo/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: echo
spec:
parentRefs:
- name: echo-gateway
- name: echo
namespace: echo
rules:
- matches:
Expand Down
2 changes: 1 addition & 1 deletion apps/base/echo/tls-gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: echo-tls-gateway
name: echo-tls
namespace: echo
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
Expand Down
2 changes: 1 addition & 1 deletion flux-config/base/weave-gitops/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: weave-gitops
spec:
parentRefs:
- name: platform-gateway
- name: platform
namespace: infrastructure
hostnames:
- "gitops-${cluster_name}.${domain_name}"
Expand Down
2 changes: 1 addition & 1 deletion observability/base/kube-prometheus-stack/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: grafana
spec:
parentRefs:
- name: platform-gateway
- name: platform
namespace: infrastructure
hostnames:
- "grafana-${cluster_name}.${domain_name}"
Expand Down

0 comments on commit f1b4b48

Please sign in to comment.