Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scenarios/51-bmw-iac/config/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modules:
type: iac.state
config:
backend: filesystem
directory: /var/lib/workflow/iac-state
directory: /data/iac-state

- name: bmw-database
type: platform.do_database
Expand Down
16 changes: 0 additions & 16 deletions scenarios/51-bmw-iac/k8s/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ spec:
mountPath: /config
- name: data
mountPath: /data
- name: iac-state
mountPath: /var/lib/workflow/iac-state
readinessProbe:
httpGet:
path: /healthz
Expand All @@ -52,20 +50,6 @@ spec:
name: app
- name: data
emptyDir: {}
- name: iac-state
persistentVolumeClaim:
claimName: iac-state
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: iac-state
namespace: wf-scenario-51
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 100Mi
---
apiVersion: v1
kind: Service
Expand Down