Skip to content

Commit

Permalink
Update ce-deploy.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Sep 5, 2023
1 parent 21e3fd3 commit 299a53b
Showing 1 changed file with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,34 +180,6 @@ subjects:
YAML
}

resource "kubectl_manifest" "confimap" {
yaml_body = <<YAML
apiVersion: v1
kind: ConfigMap
metadata:
name: vpm-cfg
namespace: ves-system
data:
config.yaml: |
Vpm:
# CHANGE ME
ClusterName: ce-k8s
ClusterType: ce
Config: /etc/vpm/config.yaml
DisableModules: ["recruiter"]
# CHANGE ME
Latitude: 11.3850
# CHANGE ME
Longitude: 71.4867
MauriceEndpoint: https://register.ves.volterra.io
MauricePrivateEndpoint: https://register-tls.ves.volterra.io
PrivateNIC: eth0
SkipStages: ["osSetup", "etcd", "kubelet", "master", "voucher", "workload", "controlWorkload"]
# CHANGE ME
Token: efffdf66-cfe9-4a65-81a0-2501c4445b1a
CertifiedHardware: k8s-minikube-voltmesh
YAML
}


resource "kubectl_manifest" "StatefulSet" {
Expand Down

0 comments on commit 299a53b

Please sign in to comment.