diff --git a/clusters/cl01tl/helm/actual/templates/http-route.yaml b/clusters/cl01tl/helm/actual/templates/http-route.yaml deleted file mode 100644 index 4b308cee3..000000000 --- a/clusters/cl01tl/helm/actual/templates/http-route.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: gateway.networking.k8s.io/v1 -kind: HTTPRoute -metadata: - name: http-route-actual - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: http-route-actual - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - parentRefs: - - group: gateway.networking.k8s.io - kind: Gateway - name: traefik-gateway - namespace: traefik - hostnames: - - actual.alexlebens.net - rules: - - matches: - - path: - type: PathPrefix - value: / - backendRefs: - - group: '' - kind: Service - name: actual - port: 80 - weight: 100 diff --git a/clusters/cl01tl/helm/actual/values.yaml b/clusters/cl01tl/helm/actual/values.yaml index 4439d85e3..a32b5daeb 100644 --- a/clusters/cl01tl/helm/actual/values.yaml +++ b/clusters/cl01tl/helm/actual/values.yaml @@ -42,6 +42,27 @@ actual: port: 80 targetPort: 5006 protocol: HTTP + route: + main: + kind: HTTPRoute + parentRefs: + - group: gateway.networking.k8s.io + kind: Gateway + name: traefik-gateway + namespace: traefik + hostnames: + - actual.alexlebens.net + rules: + - backendRefs: + - group: '' + kind: Service + name: actual + port: 80 + weight: 100 + matches: + - path: + type: PathPrefix + value: / persistence: data: forceRename: actual-data