add objectstorage to deployment
All checks were successful
Build and Deploy Staging / build (push) Successful in 56s
Tests / test (push) Successful in 24s
Build and Deploy Staging / deploy (push) Successful in 10s

This commit is contained in:
Tobias Brunner 2025-05-27 11:11:40 +02:00
parent d8cc90188e
commit eb73b35a5c
No known key found for this signature in database
6 changed files with 26 additions and 0 deletions

View file

@ -2,3 +2,4 @@ resources:
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml
- cronjob.yaml - cronjob.yaml
- objectstorage.yaml

View file

@ -0,0 +1,9 @@
apiVersion: appcat.vshn.io/v1
kind: ObjectBucket
metadata:
name: portal-storage
spec:
parameters:
region: lpg
writeConnectionSecretToRef:
name: portal-storage-creds

View file

@ -11,3 +11,4 @@ resources:
- ingress.yaml - ingress.yaml
patches: patches:
- path: portal-deployment.yaml - path: portal-deployment.yaml
- path: objectstorage.yaml

View file

@ -0,0 +1,7 @@
apiVersion: appcat.vshn.io/v1
kind: ObjectBucket
metadata:
name: portal-storage
spec:
parameters:
bucketName: servala-portal-storage-production

View file

@ -11,3 +11,4 @@ resources:
- ingress.yaml - ingress.yaml
patches: patches:
- path: portal-deployment.yaml - path: portal-deployment.yaml
- path: objectstorage.yaml

View file

@ -0,0 +1,7 @@
apiVersion: appcat.vshn.io/v1
kind: ObjectBucket
metadata:
name: portal-storage
spec:
parameters:
bucketName: servala-portal-storage-staging