Skip to content

Instantly share code, notes, and snippets.

@alagalah
Created December 23, 2019 17:30
Show Gist options
  • Save alagalah/36db01a97ca7e3ae5e262c9ec3a1213b to your computer and use it in GitHub Desktop.
Save alagalah/36db01a97ca7e3ae5e262c9ec3a1213b to your computer and use it in GitHub Desktop.
fullnameOverride: sch
image:
repository: gcr.io/streamsets-engineering/control-hub
tag: aetna
pullSecret: myregistrykey
pullPolicy: IfNotPresent
ingress:
proto: http
domain: microk8s.local
host: sch
annotations:
kubernetes.io/ingress.allow-http: "true"
kubernetes.io/ingress.class: nginx
systemDataCollector:
enabled: true
image:
repository: gcr.io/streamsets-engineering/datacollector
tag: esc540
pullPolicy: IfNotPresent
ldap:
enabled: true
host: 192.168.122.1
port: 389
userBaseDn: ou=employees,dc=streamsets,dc=net
bindDn: cn=admin,dc=streamsets,dc=net
groupBaseDn: ou=departments,dc=streamsets,dc=net
mysql:
enabled: false
mysqlRootUser: root
mysqlRootPassword: root
mysqlUser: root
mysqlPassword: root
mysqlHost: 192.168.122.1
mysqlPort: 3306
schInfluxUser: sch
schInfluxPassword: sch
influxdb:
enabled: false
proto: http
persistence:
enabled: false
config:
reporting_disabled: true
http:
bind_host: 192.168.122.1
bind_address: 8086
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment