Skip to content

Commit

Permalink
Update ingress to use Static IP and Certificate.
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 25, 2022
1 parent d8f0c21 commit 793f517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nmrxiv-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/nmrxiv-app/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 793f517

Please sign in to comment.