We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb1011 commit fd36449Copy full SHA for fd36449
charts/cloud-screenshot/Chart.yaml
@@ -5,4 +5,4 @@ maintainers:
5
- email: [email protected]
6
name: Elegant Themes
7
name: cloud-screenshot
8
-version: 1.0.4
+version: 1.0.5
charts/cloud-screenshot/templates/nginx-config.yml
@@ -32,6 +32,14 @@ data:
32
server 127.0.0.1:9000;
33
}
34
35
+ # Redirect IP requests to the domain
36
+ server {
37
+ listen 80;
38
+ server_name _;
39
+
40
+ return 301 http://cloud-screenshot.dc-screenshot.svc.cluster.local$request_uri;
41
+ }
42
43
server {
44
listen 80;
45
server_name cloud-screenshot.dc-screenshot.svc.cluster.local;
0 commit comments