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