Browse Source

Updating the storage controller

develop
Drew Short 4 years ago
parent
commit
1e087bf7f1
  1. 2
      .helm/Chart.yaml
  2. 2
      .helm/values.yaml
  3. 2
      pipeline.yml

2
.helm/Chart.yaml

@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: baphomet-js
version: 0.1.0
version: 0.1.1

2
.helm/values.yaml

@ -18,7 +18,7 @@ persistence:
accessMode: ReadWriteOnce
enabled: true
size: 10Mi
storageClass: microk8s-hostpath
storageClass: storage
imagePullSecrets: []
nameOverride: ""

2
pipeline.yml

@ -152,6 +152,8 @@ jobs:
value: Always
- key: app.env.node_env
value: development
- key: persistence.storageClass
value: storage-hostpath
recreate_pods: true
# Release Pipeline
- name: test-release

Loading…
Cancel
Save