File tree 2 files changed +0
-5
lines changed
k8s/charts/newtxi/templates
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 42
42
# Store uploaded files on the local file system (see config/storage.yml for options).
43
43
config . active_storage . service = :local
44
44
45
- # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
46
- config . force_ssl = true
47
- config . ssl_options = { redirect : { exclude : -> ( request ) { request . path =~ /status/ } } }
48
-
49
45
# Include generic and useful information about system operation, but avoid logging too much
50
46
# information to avoid inadvertent exposure of personally identifiable information (PII).
51
47
config . log_level = :info
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ metadata:
5
5
name : newtxi
6
6
annotations :
7
7
service.beta.kubernetes.io/aws-load-balancer-backend-protocol : http
8
- service.beta.kubernetes.io/aws-load-balancer-healthcheck-path : /status
9
8
service.beta.kubernetes.io/aws-load-balancer-ssl-cert : arn:aws:acm:us-west-2:713548166849:certificate/812c5e03-0d22-4684-b47b-a864219d398b
10
9
service.beta.kubernetes.io/aws-load-balancer-ssl-ports : " https"
11
10
spec :
You can’t perform that action at this time.
0 commit comments