terraform: Download for Macos, increase mem
This commit is contained in:
parent
af1d217b33
commit
f9687c6773
2 changed files with 43 additions and 9 deletions
22
clusters/minikube/spinnaker-config.yaml
Normal file
22
clusters/minikube/spinnaker-config.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue