From c9715630aab19bd460b287c9ccf5c0d3b30d39e0 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 24 Oct 2022 07:09:39 +0100 Subject: [PATCH] Move some applications to Civo cluster Signed-off-by: Marcus Noble --- manifests/_apps/svg-to-dxf.yaml | 2 +- manifests/_apps/twitter-to-airtable.yaml | 2 +- manifests/svg-to-dxf/svg-to-dxf.yaml | 3 ++- manifests/twitter-to-airtable/twitter-to-airtable.yaml | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifests/_apps/svg-to-dxf.yaml b/manifests/_apps/svg-to-dxf.yaml index c023aa2..aebdd96 100644 --- a/manifests/_apps/svg-to-dxf.yaml +++ b/manifests/_apps/svg-to-dxf.yaml @@ -9,7 +9,7 @@ spec: project: cluster.fun destination: namespace: svg-to-dxf - name: cluster-fun (scaleway) + name: civo source: path: manifests/svg-to-dxf repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" diff --git a/manifests/_apps/twitter-to-airtable.yaml b/manifests/_apps/twitter-to-airtable.yaml index d326961..09979a1 100644 --- a/manifests/_apps/twitter-to-airtable.yaml +++ b/manifests/_apps/twitter-to-airtable.yaml @@ -9,7 +9,7 @@ spec: project: cluster.fun destination: namespace: twitter-to-airtable - name: cluster-fun (scaleway) + name: civo source: path: manifests/twitter-to-airtable repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" diff --git a/manifests/svg-to-dxf/svg-to-dxf.yaml b/manifests/svg-to-dxf/svg-to-dxf.yaml index 1a112f4..0d745a4 100644 --- a/manifests/svg-to-dxf/svg-to-dxf.yaml +++ b/manifests/svg-to-dxf/svg-to-dxf.yaml @@ -45,7 +45,8 @@ metadata: namespace: svg-to-dxf annotations: cert-manager.io/cluster-issuer: letsencrypt - nginx.ingress.kubernetes.io/force-ssl-redirect: "true" + kubernetes.io/ingress.class: traefik + traefik.ingress.kubernetes.io/router.tls: "true" spec: tls: - hosts: diff --git a/manifests/twitter-to-airtable/twitter-to-airtable.yaml b/manifests/twitter-to-airtable/twitter-to-airtable.yaml index 55aaec6..c87839b 100644 --- a/manifests/twitter-to-airtable/twitter-to-airtable.yaml +++ b/manifests/twitter-to-airtable/twitter-to-airtable.yaml @@ -129,9 +129,9 @@ metadata: namespace: twitter-to-airtable annotations: cert-manager.io/cluster-issuer: letsencrypt - nginx.ingress.kubernetes.io/force-ssl-redirect: "true" + kubernetes.io/ingress.class: traefik + traefik.ingress.kubernetes.io/router.tls: "true" spec: - ingressClassName: nginx tls: - hosts: - twitter-to-airtable.cluster.fun