Skip to content

Commit 503f219

Browse files
committed
feat: migrate stirling
1 parent 0b2f705 commit 503f219

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

kubernetes/argocd/argocd-apps/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ applicationsets:
2929
exclude: true
3030
- path: "kubernetes/tools/r*"
3131
exclude: true
32-
- path: "kubernetes/tools/s*"
33-
exclude: true
3432
- path: "kubernetes/storage/m*"
3533
exclude: true
3634
- path: "kubernetes/storage/r*"

kubernetes/tools/stirling/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ image:
22
repository: "ghcr.io/stirling-tools/s-pdf"
33
tag: "0.41.0@sha256:a570b6f6522d49fbef616e4fef97f7aff35ce046daee16de4e2fa4699a042d33"
44

5-
hostPaths:
6-
- name: data
7-
hostPath: /srv/nvme/container-data/stirling
8-
containerPath: /configs
5+
volumes:
6+
- name: configs
7+
storageClass: container-data
8+
containerPath: /configs
99

1010
ports:
1111
- name: main

0 commit comments

Comments
 (0)