forked from bokysan/docker-postfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Need to set LoadbalancerIP in Service specification. Patch to copy al…
…l specs over from Values files. (bokysan#72) * copy other specs over I want to copy over loadBalancerIP to grab a predefined static ip * removed hardcoded LoadbalancerIP * Set theme jekyll-theme-slate * update README * test service specs are copied over * undo config changes * remove config file
- Loading branch information
1 parent
02b1caa
commit 9a444d4
Showing
3 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# copy over all values from the service.spc | ||
service: | ||
type: LoadBalancer | ||
spec: | ||
loadBalancerIP: 10.10.100.100 | ||
externalTrafficPolicy: Local |