Skip to content

Instantly share code, notes, and snippets.

@Syerram
Last active December 10, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Syerram/f5e8591fc94da01b890f5c34230abaea to your computer and use it in GitHub Desktop.
Save Syerram/f5e8591fc94da01b890f5c34230abaea to your computer and use it in GitHub Desktop.
prototype-1
---
components:
- name: capi
version: 0.0.1
config: github.com/cf-k8s/.../yaml-config
values:
uaa_url: uaa.((top-level-stuff.system_namespace)).svc.cluster.local
ssl_cert: (())
client_secret: (())
ccdb:
adapter: postgres
host: database.((top-level-stuff.system_namespace)).svc.cluster.local
port: 5432
user: cloud_controller
- name: cf-routesync
version: 0.0.1
config: github.com/cf-k8s/.../yaml-config
values: ...
  dependencies:
  - name: metacontroller
  - name: istio-crds
- name: uaa
version: 0.0.1
config: github.com/cf-k8s/.../yaml-config
values:
issuer_uri: uaa.((top-level-stuff.system_namespace))
.
.
.
- name: istio
version: 0.0.1
config: github.com/cf-k8s/.../yaml-config
values: ...
  dependencies:
  - name: istio-crds
- name: db
version: 0.0.1
config: github.com/cf-k8s/.../yaml-config
values: ...
- name: metacontroller
type: helm
version: 0.2.1
config: github.com/cf-k8s/.../yaml-config
values: ...
top-level-stuff:
- name: system_domain
value: foobar.com
- name: system_namespace
value: cf-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment