Skip to content
Snippets Groups Projects

Issue #3284251: Refactor K8s template parameters (Separate Files)

Merged Issue #3284251: Refactor K8s template parameters (Separate Files)
All threads resolved!
Merged Tomohiro Ono requested to merge issue/cloud-3284251:3284251-refactor-k8s-template into 5.x
All threads resolved!
Files
4
@@ -10,8 +10,6 @@ api_server:
api_server_token:
# You need to change the value here, or define the key-value in a separate file.
your_api_server_token
app_name:
nginx
aws_region:
us-west-2
cloud_context:
@@ -29,8 +27,6 @@ configmap_value:
value
configmap_value_add:
dev
container_name:
nginx
cronjob_name:
bdd-cronjob-@random
cronjob_schedule:
@@ -52,8 +48,6 @@ endpoint_ip_edit:
192.0.2.43
endpoint_name:
bdd-endpoint-@random
image_version:
nginx:1.14.2
image_name:
bdd-image-@random
ingress_name:
@@ -72,7+66,7 @@
launch_git_deployment1:
cowsay-deployment
launch_git_deployment2:
nginx-deployment
launch_git_name:
BDD_launch_git_@Random
launch_git_pod1:
@@ -105,7+99,7 @@
bdd-persistent-volume-claim-@random
pod_name:
bdd-pod-@random
port:
80
protocol:
TCP
replica_count:
3
replica_count_edit:
@@ -175,7 +165,5 @@ volume_capacity_edit:
200Mi
volume_local_path:
/tmp/bdd_volume_@random
volume_mount_path:
/usr/share/nginx/html
wait:
500
Loading