diff --git a/charts/spa-demo/Chart.yaml b/charts/spa-demo/Chart.yaml index 8a3b092..2ee0ec8 100644 --- a/charts/spa-demo/Chart.yaml +++ b/charts/spa-demo/Chart.yaml @@ -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: diff --git a/charts/spa-demo/values.yaml b/charts/spa-demo/values.yaml index e56059b..55bfbf9 100644 --- a/charts/spa-demo/values.yaml +++ b/charts/spa-demo/values.yaml @@ -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