From 064243da607dca4873a6a07f1b8bd8da0bcb81a2 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Thu, 10 Mar 2022 20:30:59 +0100 Subject: [PATCH] add possibility for k8s apple service with selfsigned certificate --- .run/provs-server statistics.prod.run.xml | 11 --------- .run/provs-server.run.xml | 4 ++-- .../provs/server/application/Application.kt | 2 +- .../provs/server/domain/k3s/K3sConfig.kt | 3 --- .../provs/server/domain/k3s/K3sService.kt | 2 +- .../provs/server/infrastructure/K3s.kt | 24 +++++++++++++++---- .../infrastructure/k3s/ConfigRepository.kt | 13 ++++++---- .../k3s/selfsigned-certificate.template.yaml | 20 ++++++++++++++++ 8 files changed, 53 insertions(+), 26 deletions(-) delete mode 100644 .run/provs-server statistics.prod.run.xml create mode 100644 src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/selfsigned-certificate.template.yaml diff --git a/.run/provs-server statistics.prod.run.xml b/.run/provs-server statistics.prod.run.xml deleted file mode 100644 index 5dacf84..0000000 --- a/.run/provs-server statistics.prod.run.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/.run/provs-server.run.xml b/.run/provs-server.run.xml index 5753a1f..e0cf282 100644 --- a/.run/provs-server.run.xml +++ b/.run/provs-server.run.xml @@ -1,8 +1,8 @@ - +