타이틀 수정
This commit is contained in:
2
app.py
2
app.py
@@ -202,7 +202,7 @@ def apply_yaml(job_id, kind):
|
|||||||
|
|
||||||
if kind == "yaml":
|
if kind == "yaml":
|
||||||
cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"]
|
cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"]
|
||||||
title = "Apply Converted YAML"
|
title = "Replace Converted YAML"
|
||||||
else:
|
else:
|
||||||
cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"]
|
cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"]
|
||||||
title = "Rollback from Backup"
|
title = "Rollback from Backup"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
serviceAccountName: ingress-migrator
|
serviceAccountName: ingress-migrator
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: sa8001/ngtoha:v3.1.5
|
image: sa8001/ngtoha:v3.1.6
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user