From 91d9fdce35a167f90071783e1f56855a0d27934a Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 22 Sep 2024 05:49:54 +0100 Subject: [PATCH] oopsie --- infrastructure/kube-sphere/{ingress.yml => ingress.yaml} | 0 infrastructure/monitoring/{ingress.yml => ingress.yaml} | 0 infrastructure/monitoring/kustomization.yaml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename infrastructure/kube-sphere/{ingress.yml => ingress.yaml} (100%) rename infrastructure/monitoring/{ingress.yml => ingress.yaml} (100%) diff --git a/infrastructure/kube-sphere/ingress.yml b/infrastructure/kube-sphere/ingress.yaml similarity index 100% rename from infrastructure/kube-sphere/ingress.yml rename to infrastructure/kube-sphere/ingress.yaml diff --git a/infrastructure/monitoring/ingress.yml b/infrastructure/monitoring/ingress.yaml similarity index 100% rename from infrastructure/monitoring/ingress.yml rename to infrastructure/monitoring/ingress.yaml diff --git a/infrastructure/monitoring/kustomization.yaml b/infrastructure/monitoring/kustomization.yaml index 33c6bf9..20ab04b 100644 --- a/infrastructure/monitoring/kustomization.yaml +++ b/infrastructure/monitoring/kustomization.yaml @@ -5,4 +5,4 @@ namespace: monitoring resources: - namespace.yaml - kube-prometheus-stack.yaml - - ingress.yml + - ingress.yaml