Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
paas2-auth-sidecar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
paas2-auth-sidecar
Commits
e72f85e4
Commit
e72f85e4
authored
Apr 04, 2017
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix memcache server name generation
parent
51855c76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lua/feide.lua
lua/feide.lua
+1
-1
No files found.
lua/feide.lua
View file @
e72f85e4
...
...
@@ -74,7 +74,7 @@ end
function
memcache_server
(
index
)
local
domain
=
'.'
..
ngx
.
var
.
namespace
..
'.svc.cluster.local'
local
memcache_service
=
ngx
.
var
.
memcache
return
memcache_service
..
'-.'
..
memcache_service
..
domain
return
memcache_service
..
'-
'
..
index
..
'
.'
..
memcache_service
..
domain
end
function
userData
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment