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 54b60b8 commit 2756e3c
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,35 @@ 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" {
yaml_body = <<YAML
Expand Down Expand Up @@ -292,4 +321,4 @@ spec:
port: 65003
targetPort: 65003
YAML
}
}

0 comments on commit 2756e3c

Please sign in to comment.