Automated Manifest Update (#2921)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2921 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2921.
This commit is contained in:
@@ -65,8 +65,6 @@ spec:
|
|||||||
subPath: garage-1.toml
|
subPath: garage-1.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-1
|
name: data-1
|
||||||
- mountPath: /var/lib/garage/meta
|
|
||||||
name: db-1
|
|
||||||
- envFrom:
|
- envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: garage-token-secret
|
name: garage-token-secret
|
||||||
@@ -85,8 +83,6 @@ spec:
|
|||||||
subPath: garage-1.toml
|
subPath: garage-1.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-1
|
name: data-1
|
||||||
- mountPath: /var/lib/garage/meta
|
|
||||||
name: db-1
|
|
||||||
- mountPath: /var/lib/garage/snapshots
|
- mountPath: /var/lib/garage/snapshots
|
||||||
name: snapshots
|
name: snapshots
|
||||||
volumes:
|
volumes:
|
||||||
@@ -96,9 +92,6 @@ spec:
|
|||||||
- name: data-1
|
- name: data-1
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: garage-data
|
claimName: garage-data
|
||||||
- name: db-1
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: garage-db-1
|
|
||||||
- name: snapshots
|
- name: snapshots
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: garage-snapshots
|
claimName: garage-snapshots
|
||||||
|
|||||||
@@ -38,9 +38,9 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: API_BASE_URL
|
- name: API_BASE_URL
|
||||||
value: http://garage-main.garage:3903
|
value: http://garage-2.garage:3903
|
||||||
- name: S3_ENDPOINT_URL
|
- name: S3_ENDPOINT_URL
|
||||||
value: http://garage-main.garage:3900
|
value: http://garage-2.garage:3900
|
||||||
- name: API_ADMIN_KEY
|
- name: API_ADMIN_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
- backendRefs:
|
- backendRefs:
|
||||||
- group: ""
|
- group: ""
|
||||||
kind: Service
|
kind: Service
|
||||||
name: garage-main
|
name: garage-2
|
||||||
namespace: garage
|
namespace: garage
|
||||||
port: 3900
|
port: 3900
|
||||||
weight: 100
|
weight: 100
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
kind: PersistentVolumeClaim
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: garage-db-1
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/instance: garage
|
|
||||||
app.kubernetes.io/managed-by: Helm
|
|
||||||
app.kubernetes.io/name: garage
|
|
||||||
helm.sh/chart: garage-4.5.0
|
|
||||||
annotations:
|
|
||||||
helm.sh/resource-policy: keep
|
|
||||||
namespace: garage
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- "ReadWriteOnce"
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: "50Gi"
|
|
||||||
storageClassName: "ceph-block"
|
|
||||||
Reference in New Issue
Block a user