From 7b14980b41c0b810f6972daea61cd8333c84bf6a Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Thu, 12 Dec 2024 19:02:52 +0100 Subject: [PATCH] adksa --- Chart.yaml | 6 ++++++ external-service.yaml => templates/external-service.yaml | 0 ingress.yaml => templates/ingress.yaml | 0 3 files changed, 6 insertions(+) create mode 100644 Chart.yaml rename external-service.yaml => templates/external-service.yaml (100%) rename ingress.yaml => templates/ingress.yaml (100%) diff --git a/Chart.yaml b/Chart.yaml new file mode 100644 index 0000000..40d9355 --- /dev/null +++ b/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: direct-ip-ingress # Replace with your chart's name +description: A brief description of your chart +type: application # Can also be 'library' for shared charts +version: 0.1.0 # Chart version +appVersion: 0.1.0 # Version of the application the chart deploys diff --git a/external-service.yaml b/templates/external-service.yaml similarity index 100% rename from external-service.yaml rename to templates/external-service.yaml diff --git a/ingress.yaml b/templates/ingress.yaml similarity index 100% rename from ingress.yaml rename to templates/ingress.yaml