From 589f3529badff41543ae59ad2319b02b80b546b3 Mon Sep 17 00:00:00 2001 From: adeveloper-wq Date: Thu, 26 Sep 2024 13:14:39 +0200 Subject: [PATCH 1/2] Add ingress to privacy policy chart --- .../templates/ingress.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 charts/priobike-privacy-policy-service/templates/ingress.yaml diff --git a/charts/priobike-privacy-policy-service/templates/ingress.yaml b/charts/priobike-privacy-policy-service/templates/ingress.yaml new file mode 100644 index 0000000..9e4be8b --- /dev/null +++ b/charts/priobike-privacy-policy-service/templates/ingress.yaml @@ -0,0 +1,18 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: staging-ingress + annotations: + nginx.ingress.kubernetes.io/rewrite-target: / +spec: + ingressClassName: nginx + rules: + - http: + paths: + - path: /privacy-policy + pathType: Prefix + backend: + service: + name: privacy-policy-service + port: + number: 80 From f1384686e54eafcd0005a2ca526a72de026d34d4 Mon Sep 17 00:00:00 2001 From: adeveloper-wq Date: Thu, 26 Sep 2024 13:17:11 +0200 Subject: [PATCH 2/2] Increment chart version number --- charts/priobike-privacy-policy-service/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/priobike-privacy-policy-service/Chart.yaml b/charts/priobike-privacy-policy-service/Chart.yaml index 165baf5..a1bd8d5 100644 --- a/charts/priobike-privacy-policy-service/Chart.yaml +++ b/charts/priobike-privacy-policy-service/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to