31 lines
822 B
YAML
31 lines
822 B
YAML
authToken: auth-token
|
|
proxyAddr: proxy.example.com:3080
|
|
roles: kube,app,db,jamf
|
|
kubeClusterName: test-kube-cluster-name
|
|
labels:
|
|
cluster: testing
|
|
apps:
|
|
- name: grafana
|
|
uri: http://localhost:3000
|
|
labels:
|
|
environment: test
|
|
databases:
|
|
- name: aurora
|
|
uri: "postgres-aurora-instance-1.xxx.us-east-1.rds.amazonaws.com:5432"
|
|
protocol: "postgres"
|
|
labels:
|
|
database: staging
|
|
jamfApiEndpoint: "testjamf.jamfcloud.com/api"
|
|
jamfClientId: teleport-jamf-client-id
|
|
jamfClientSecret: secret-jamf-client-secret
|
|
annotations:
|
|
config:
|
|
kubernetes.io/config: "test-annotation"
|
|
kubernetes.io/config-different: 2
|
|
deployment:
|
|
kubernetes.io/deployment: "test-annotation"
|
|
kubernetes.io/deployment-different: 3
|
|
pod:
|
|
kubernetes.io/pod: "test-annotation"
|
|
kubernetes.io/pod-different: 4
|