Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osuredis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSU OTDI-managed Helm charts
osuredis
Commits
ad33bbb4
Commit
ad33bbb4
authored
6 years ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
restrict haproxy version so the config file doesn't break. some minor
tweaks to that config file as well
parent
8703ce9f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
haproxy.cfg
+6
-5
6 additions, 5 deletions
haproxy.cfg
values.yaml
+1
-1
1 addition, 1 deletion
values.yaml
with
7 additions
and
6 deletions
haproxy.cfg
+
6
−
5
View file @
ad33bbb4
global
log
127.0.0.1
local0
log
127.0.0.1
local1 notice
log-send-hostname
maxconn
4096
pidfile
/var/run/haproxy.pid
user
nobody
group
nogroup
daemon
ssl-default-bind-options
no-sslv3
ssl-default-bind-ciphers
ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:AES128-GCM-SHA256:AES128-SHA256:AES128-SHA:AES256-GCM-SHA384:AES256-SHA256:AES256-SHA:DHE-DSS-AES128-SHA:DES-CBC3-SHA
tune.ssl.default-dh-param
2048
defaults
balance
roundrobin
log
global
mode
tcp
option
tcplog
option
dontlognull
option
dontlog-normal
timeout
client 30s
timeout
server 30s
timeout
connect 30s
timeout
tunnel 86400s
timeout
check 10s
listen
redis
bind
:6379 ssl crt /etc/ssl/private/tls.crt
mode
tcp
option
tcpka
option
tcp-check
tcp-check
connect
tcp-check
send AUTH\ [[PASSWORD]]\r\n
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
1
−
1
View file @
ad33bbb4
...
...
@@ -17,7 +17,7 @@ sentinel:
proxy
:
repository
:
haproxy
tag
:
latest
tag
:
1.9
pullPolicy
:
Always
resources
:
{}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment