17 lines
529 B
YAML
17 lines
529 B
YAML
|
|
apiVersion: k8sprovisioner.appstack.io/v1alpha1
|
||
|
|
kind: Infra
|
||
|
|
metadata:
|
||
|
|
name: dev-environment-v1
|
||
|
|
namespace: fleet-default
|
||
|
|
spec:
|
||
|
|
# 1. Integration Credentials
|
||
|
|
cloudCredentialSecret: "cc-mrklm" # Matches your values.yaml example
|
||
|
|
rancherUrl: "https://rancher-mgmt.product.lan"
|
||
|
|
harvesterUrl: "https://172.27.27.190:6443"
|
||
|
|
|
||
|
|
# 2. VM Environment Defaults
|
||
|
|
vmNamespace: "vanderlande"
|
||
|
|
imageName: "vanderlande/image-qhtpc" # Default image for this environment
|
||
|
|
networkName: "vanderlande/vm-lan"
|
||
|
|
sshUser: "rancher"
|