Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
haproxy-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
haproxy-formula
Commits
d8fb9a9b
Commit
d8fb9a9b
authored
5 years ago
by
Nicolas Fernandez
Browse files
Options
Downloads
Patches
Plain Diff
Update pillar.example
parent
74edf363
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pillar.example
+22
-1
22 additions, 1 deletion
pillar.example
with
22 additions
and
1 deletion
pillar.example
+
22
−
1
View file @
d8fb9a9b
...
@@ -123,7 +123,28 @@ haproxy:
...
@@ -123,7 +123,28 @@ haproxy:
check: check
check: check
web3:
web3:
host: web3.example.com
host: web3.example.com
redis:
bind:
- "*:6379
balance: roundrobin
defaultserver:
fall: 3
options:
- tcp-check
tcpchecks:
- send PINGrn
- expect string +PONG
- send info replicationrn
- expect string role:master
- send QUITrn
- expect string +OK
servers:
redis1:
host: redis1
port: 6379
redis2:
host: redis2
port: 6379
frontends:
frontends:
frontend1:
frontend1:
name: www-http
name: www-http
...
...
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