Skip to content

Commit

Permalink
Merge pull request #2 from WyriHaximusNet/redirect/make-chart-pass-lint
Browse files Browse the repository at this point in the history
Make chart pass linting
  • Loading branch information
WyriHaximus authored Apr 8, 2020
2 parents 63d1427 + 142b95e commit 94685d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
3 changes: 2 additions & 1 deletion charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.0.2
version: 0.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: random

maintainers:
- name: WyriHaximus
email: [email protected]
21 changes: 10 additions & 11 deletions charts/redirect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@

# Redirect Application Configuration
# Detailed description of all options: https://github.com/wyrihaximusnet/docker-redirect#configuration
# All options has been filled out as an example with two of my own domains
redirect:
# The default fallback is use in case the application can't find a domain to redirect to within the other configuration options
defaultFallbackTarget: https://wyrihaximus.net/
buildin: nonWwwToWww
hosts: {}
# For example we're redirect the real name domain, to the nickname domain here. This is useful for migrations to new hostnames
# www.ceesjankiewiet.nl: wyrihaximus.net
ingressHosts: []
# For example we're could be redirecting from wyrihaximus.net to www.wyrihaximus.net so we need the wyrihaximus.net ingress host defined here
# - wyrihaximus.net
defaultFallbackTarget: https://www.wyrihaximus.net/
buildin: wwwToNonWww
hosts:
www.ceesjankiewiet.nl: wyrihaximus.net
ingressHosts:
- www.wyrihaximus.net

replicaCount: 2

Expand Down Expand Up @@ -58,10 +57,10 @@ resources:
# Setting this pretty low since this is a low resource intensive application, increase when needed
limits:
cpu: 50m
memory: 16Mi
memory: 32Mi
requests:
cpu: 10m
memory: 16Mi
cpu: 50m
memory: 32Mi

## WE should set this to always run on two different nodes
nodeSelector: {}
Expand Down

0 comments on commit 94685d8

Please sign in to comment.