Skip to content

Commit

Permalink
Requests deployments for nbs-gateway and modernization-api (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamloup-enquizit authored Dec 1, 2023
1 parent f5705f7 commit f3bb421
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/modernization-api/values-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "test2"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-RC_20231031.8e6aa01
tag: 1.0.1-TEST.57dfc7e

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -35,7 +35,7 @@ pageBuilder:
# nginx-ingress
ingress:
enabled: true
className: "nginx"
className: "nginx"
tls:
- secretName: app.test.nbspreview.com
hosts:
Expand Down
14 changes: 7 additions & 7 deletions charts/nbs-gateway/values-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ env: "test2"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-RC_20231031.00c5cd3
tag: 1.0.1-TEST.57dfc7e

gatewayService:
ports:
- name: http
port: 8000
targetPort: 8000
- name: https
port: 443
targetPort: 8000
- name: http
port: 8000
targetPort: 8000
- name: https
port: 443
targetPort: 8000
type: ClusterIP
kubernetesClusterDomain: cluster.local

Expand Down

0 comments on commit f3bb421

Please sign in to comment.