diff --git a/charts/nmrxiv-app/Chart.yaml b/charts/nmrxiv-app/Chart.yaml index 53f5f52..53d71af 100644 --- a/charts/nmrxiv-app/Chart.yaml +++ b/charts/nmrxiv-app/Chart.yaml @@ -18,7 +18,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.1 +version: 0.1.2 # 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 diff --git a/charts/nmrxiv-app/templates/ingress.yaml b/charts/nmrxiv-app/templates/ingress.yaml index 19a9ab6..773244c 100644 --- a/charts/nmrxiv-app/templates/ingress.yaml +++ b/charts/nmrxiv-app/templates/ingress.yaml @@ -3,8 +3,8 @@ kind: Ingress metadata: name: {{ include "nmrxiv-app.fullname" . }}-ingress annotations: - #kubernetes.io/ingress.global-static-ip-name: vibspec-app-ip-address - # networking.gke.io/managed-certificates: nmrxiv-app-dev-certificate + kubernetes.io/ingress.global-static-ip-name: nmrxiv-app-ip-address + networking.gke.io/managed-certificates: nmrxiv-app-dev-certificate kubernetes.io/ingress.class: "gce" spec: defaultBackend: