You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
483 B
23 lines
483 B
apiVersion: 0.1.0
|
|
environments:
|
|
default:
|
|
destination:
|
|
namespace: default
|
|
server: https://kubernetes.default.svc
|
|
k8sVersion: v1.10.0
|
|
path: default
|
|
dev:
|
|
destination:
|
|
namespace: dev
|
|
server: https://kubernetes.default.svc
|
|
k8sVersion: v1.10.0
|
|
path: dev
|
|
prod:
|
|
destination:
|
|
namespace: prod
|
|
server: https://kubernetes.default.svc
|
|
k8sVersion: v1.10.0
|
|
path: prod
|
|
kind: ksonnet.io/app
|
|
name: guestbook
|
|
version: 0.0.1
|
|
|