minio: Add namespace

This commit is contained in:
Björn Busse 2024-02-19 14:22:39 +01:00
parent f9687c6773
commit de99a63feb
2 changed files with 1 additions and 30 deletions

View file

@ -1,22 +0,0 @@
apiVersion: spinnaker.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
spec:
spinnakerConfig:
config:
version: 1.33.0
persistentStorage:
persistentStoreType: s3
# Spinnaker stores application and pipeline definitions here
# Create an S3 bucket and provide the name here
s3:
bucket: ob-spinnaker-artifacts-dev
rootFolder: front50
# spec.expose - This section defines how Spinnaker should be publicly exposed
expose:
# Kubernetes LoadBalancer type (service/ingress)
# Only "service" is supported for now
type: service
service:
type: LoadBalancer