obch/clusters/minikube/spinnaker-config.yaml

23 lines
642 B
YAML
Raw Normal View History

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