Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/ziti-controller/templates/traefik-ingressroutetcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: {{ include "ziti-controller.fullname" . }}
name: {{ include "ziti-controller.fullname" . }}-client
namespace: {{ .Release.Namespace }}
labels:
{{- toYaml .Values.clientApi.traefikTcpRoute.labels | nindent 4 }}
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRouteTCP
metadata:
name: {{ include "ziti-controller.fullname" . }}
name: {{ include "ziti-controller.fullname" . }}-mgmt
namespace: {{ .Release.Namespace }}
labels:
{{- toYaml .Values.managementApi.traefikTcpRoute.labels | nindent 4 }}
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRouteTCP
metadata:
name: {{ include "ziti-controller.fullname" . }}
name: {{ include "ziti-controller.fullname" . }}-ctrl
namespace: {{ .Release.Namespace }}
labels:
{{- toYaml .Values.ctrlPlane.traefikTcpRoute.labels | nindent 4 }}
Expand Down
Loading