This commit is contained in:
Philip Haupt
2025-04-14 00:22:35 +02:00
parent bcb07c5d85
commit f66be53eb6
2 changed files with 9 additions and 28 deletions

View File

@@ -3450,19 +3450,6 @@ subjects:
namespace: velero
---
apiVersion: v1
data: null
kind: Secret
metadata:
labels:
app.kubernetes.io/instance: velero
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: velero
helm.sh/chart: velero-7.0.0
name: velero
namespace: velero
type: Opaque
---
apiVersion: v1
kind: Service
metadata:
labels:
@@ -3505,7 +3492,6 @@ spec:
template:
metadata:
annotations:
checksum/secret: b9754ca4d83dab2f2e3ce5d2f763c69ed92c2298dc2737084680716557250af3
prometheus.io/path: /metrics
prometheus.io/port: "8085"
prometheus.io/scrape: "true"
@@ -3588,7 +3574,7 @@ spec:
volumes:
- name: cloud-credentials
secret:
secretName: velero
secretName: secret-s3
- emptyDir: {}
name: plugins
- emptyDir: {}
@@ -3611,7 +3597,6 @@ spec:
template:
metadata:
annotations:
checksum/secret: b9754ca4d83dab2f2e3ce5d2f763c69ed92c2298dc2737084680716557250af3
prometheus.io/path: /metrics
prometheus.io/port: "8085"
prometheus.io/scrape: "true"
@@ -3671,7 +3656,7 @@ spec:
volumes:
- name: cloud-credentials
secret:
secretName: velero
secretName: secret-s3
- hostPath:
path: /var/lib/kubelet/pods
name: host-pods
@@ -3744,9 +3729,7 @@ spec:
region: home-nas
s3ForcePathStyle: "true"
s3Url: http://s3.home:9000
credential:
key: nas-s3
name: secret-s3
credential: null
default: true
objectStorage:
bucket: kubernetes
@@ -3765,7 +3748,5 @@ metadata:
spec:
config:
region: home-nas
credential:
key: nas-s3
name: secret-s3
credential: null
provider: aws