Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 24, 2023
1 parent 5ae835f commit b2d65d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/webapp/values-demo-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ingress:
- host: awakari.cloud
paths:
- path: /
pathType: ImplementationSpecific
pathType: Prefix
tls:
- secretName: secret-webapp-tls-server
hosts:
Expand Down
2 changes: 1 addition & 1 deletion helm/webapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ingress:
- host: webapp.local
paths:
- path: /
pathType: ImplementationSpecific
pathType: Prefix
tlsCa:
secretName: secret-webapp-tls-ca
tls:
Expand Down

0 comments on commit b2d65d6

Please sign in to comment.