chore: Update manifests after change
This commit is contained in:
@@ -47,36 +47,15 @@ spec:
|
||||
- server
|
||||
topologyKey: kubernetes.io/hostname
|
||||
containers:
|
||||
- command:
|
||||
- sleep
|
||||
- infinity
|
||||
image: ubuntu:resolute-20260312
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: debug
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
volumeMounts:
|
||||
- mountPath: /etc/garage.toml
|
||||
mountPropagation: None
|
||||
name: config
|
||||
readOnly: true
|
||||
subPath: garage-1.toml
|
||||
- mountPath: /var/lib/garage/data
|
||||
name: data-1
|
||||
- mountPath: /var/lib/garage/meta
|
||||
name: db-1
|
||||
- envFrom:
|
||||
- secretRef:
|
||||
name: garage-token-secret
|
||||
image: dxflrs/garage:v2.2.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: dxflrs/garage:v2.2.0@sha256:45a61ce3f7c9c24fc23d9ed2b09b27ed560ab87b34605d175d5c588f539c24e4
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
memory: 400Mi
|
||||
volumeMounts:
|
||||
- mountPath: /etc/garage.toml
|
||||
mountPropagation: None
|
||||
|
||||
Reference in New Issue
Block a user