attic: enable S3 support

This commit is contained in:
2026-02-18 19:29:12 -05:00
parent 893f10a45c
commit 101be3512a
3 changed files with 55 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ kind: Deployment
metadata:
name: attic
spec:
replicas: 1
selector:
matchLabels:
app: attic
@@ -17,13 +18,20 @@ spec:
envFrom:
- secretRef:
name: attic-secret
- secretRef:
name: attic-bucket
volumeMounts:
- name: attic-pvc
mountPath: /var/empty
mountPath: /var/empty/
resources:
limits:
memory: "2Gi"
cpu: "500m"
- name: multitool
image: wbitt/network-multitool
volumeMounts:
- name: attic-pvc
mountPath: /var/empty/
volumes:
- name: attic-pvc
persistentVolumeClaim: