Skip to content

Commit

Permalink
update values for common chart and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dniel committed Jan 13, 2021
1 parent 987d739 commit c387911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
2 changes: 1 addition & 1 deletion charts/spa-demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: spa-demo
description: Simple React + Typescript SPA application for demo of authorization and authentication using Forwardauth backend in a SPA client.

type: application
version: 0.5.0
version: 0.6.0
appVersion: master

dependencies:
Expand Down
70 changes: 2 additions & 68 deletions charts/spa-demo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,73 +1,7 @@
# Default values for spa-demo.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

image:
repository: index.docker.io/dniel/forwardauth-spademo
pullPolicy: IfNotPresent

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext: {}
# fsGroup: 2000

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

service:
type: ClusterIP
port: 80

# traefik2 CRD IngressRoute
ingressroute:
enabled: false
hostname: spa-demo.example.test
certResolver: default
entryPoints:
- websecure

ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: traefik
hosts:
- host: spa-demo.example.test
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

nodeSelector: {}

tolerations: []

affinity: {}
port:
port: 80

0 comments on commit c387911

Please sign in to comment.